Lines Matching defs:executable
183 const ProgramExecutable &executable = *executables[shaderType]; in AddUniforms() local
1155 void ProgramExecutable::updateActiveSamplers(const ProgramExecutable &executable) in updateActiveSamplers()
1194 void ProgramExecutable::updateActiveImages(const ProgramExecutable &executable) in updateActiveImages()
2017 void ProgramExecutable::copyInputsFromProgram(const ProgramExecutable &executable) in copyInputsFromProgram()
2023 const ProgramExecutable &executable, in copyUniformBuffersFromProgram()
2045 void ProgramExecutable::copyStorageBuffersFromProgram(const ProgramExecutable &executable, in copyStorageBuffersFromProgram()
2063 void ProgramExecutable::copySamplerBindingsFromProgram(const ProgramExecutable &executable) in copySamplerBindingsFromProgram()
2077 void ProgramExecutable::copyImageBindingsFromProgram(const ProgramExecutable &executable) in copyImageBindingsFromProgram()
2083 void ProgramExecutable::copyOutputsFromProgram(const ProgramExecutable &executable) in copyOutputsFromProgram()
3202 SharedProgramExecutable *executable) in InstallExecutable()
3214 void UninstallExecutable(const Context *context, SharedProgramExecutable *executable) in UninstallExecutable()