Searched defs:getUniformBlockIndex (Results 1 – 6 of 6) sorted by relevance
916 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function
941 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function
350 PFNGLGETUNIFORMBLOCKINDEXPROC getUniformBlockIndex = nullptr; variable
2588 GLuint ProgramExecutable::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in gl::ProgramExecutable
7987 GLuint Context::getUniformBlockIndex(ShaderProgramID program, const GLchar *uniformBlockName) in getUniformBlockIndex() function in gl::Context
386 glGetUniformBlockIndexFunc getUniformBlockIndex; variable