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