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