Lines Matching refs:ProgramState
384 void InitUniformBlockLinker(const ProgramState &state, UniformBlockLinker *blockLinker) in InitUniformBlockLinker()
396 void InitShaderStorageBlockLinker(const ProgramState &state, ShaderStorageBlockLinker *blockLinker) in InitShaderStorageBlockLinker()
1079 ProgramState::ProgramState() in ProgramState() function in gl::ProgramState
1105 ProgramState::~ProgramState() in ~ProgramState()
1110 const std::string &ProgramState::getLabel() in getLabel()
1115 Shader *ProgramState::getAttachedShader(ShaderType shaderType) const in getAttachedShader()
1121 GLuint ProgramState::getUniformIndexFromName(const std::string &name) const in getUniformIndexFromName()
1126 GLuint ProgramState::getBufferVariableIndexFromName(const std::string &name) const in getBufferVariableIndexFromName()
1131 GLuint ProgramState::getUniformIndexFromLocation(UniformLocation location) const in getUniformIndexFromLocation()
1137 Optional<GLuint> ProgramState::getSamplerIndex(UniformLocation location) const in getSamplerIndex()
1148 bool ProgramState::isSamplerUniformIndex(GLuint index) const in isSamplerUniformIndex()
1153 GLuint ProgramState::getSamplerIndexFromUniformIndex(GLuint uniformIndex) const in getSamplerIndexFromUniformIndex()
1159 GLuint ProgramState::getUniformIndexFromSamplerIndex(GLuint samplerIndex) const in getUniformIndexFromSamplerIndex()
1165 bool ProgramState::isImageUniformIndex(GLuint index) const in isImageUniformIndex()
1170 GLuint ProgramState::getImageIndexFromUniformIndex(GLuint uniformIndex) const in getImageIndexFromUniformIndex()
1176 GLuint ProgramState::getUniformIndexFromImageIndex(GLuint imageIndex) const in getUniformIndexFromImageIndex()
1182 GLuint ProgramState::getAttributeLocation(const std::string &name) const in getAttributeLocation()
1195 bool ProgramState::hasAttachedShader() const in hasAttachedShader()
1207 ShaderType ProgramState::getFirstAttachedShaderStageType() const in getFirstAttachedShaderStageType()
1217 ShaderType ProgramState::getLastAttachedShaderStageType() const in getLastAttachedShaderStageType()
1694 void ProgramState::updateTransformFeedbackStrides() in updateTransformFeedbackStrides()
1720 void ProgramState::updateActiveSamplers() in updateActiveSamplers()
1726 void ProgramState::updateActiveImages() in updateActiveImages()
1731 void ProgramState::updateProgramInterfaceInputs() in updateProgramInterfaceInputs()
1782 void ProgramState::updateProgramInterfaceOutputs() in updateProgramInterfaceOutputs()
4988 void ProgramState::setSamplerUniformTextureTypeAndFormat(size_t textureUnitIndex) in setSamplerUniformTextureTypeAndFormat()