Searched refs:mPPOProgramExecutables (Results 1 – 4 of 4) sorted by relevance
55 newExecutable->mPPOProgramExecutables = std::move(ppoProgramExecutables); in makeNewExecutable()80 mExecutable->mPPOProgramExecutables[shaderType].get()) in useProgramStage()83 &mExecutable->mPPOProgramExecutables[shaderType]); in useProgramStage()93 UninstallExecutable(context, &mExecutable->mPPOProgramExecutables[shaderType]); in useProgramStage()97 programExecutableObserverBinding->bind(mExecutable->mPPOProgramExecutables[shaderType].get()); in useProgramStage()516 context->getImplementation(), std::move(mState.mExecutable->mPPOProgramExecutables)); in link()607 mState.mExecutable->copyUniformsFromProgramMap(mState.mExecutable->mPPOProgramExecutables); in link()795 ASSERT(mState.mExecutable->mPPOProgramExecutables[shaderType]); in onSubjectStateChange()799 std::move(mState.mExecutable->mPPOProgramExecutables[shaderType])); in onSubjectStateChange()800 mState.mExecutable->mPPOProgramExecutables[shaderType] = in onSubjectStateChange()
67 return mExecutable->mPPOProgramExecutables[shaderType]; in getShaderProgramExecutable()
727 return mPPOProgramExecutables; in getPPOProgramExecutables()1021 ShaderMap<SharedProgramExecutable> mPPOProgramExecutables; variable
764 for (SharedProgramExecutable &executable : mPPOProgramExecutables) in destroy()