Searched defs:getUniformBlockIndex (Results 1 – 3 of 3) sorted by relevance
1995 int TProgram::getUniformBlockIndex(int index) const { return reflection->getUniform(index)… in getUniformBlockIndex() function in glslang::TProgram
451 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in es2::Program
384 glGetUniformBlockIndexFunc getUniformBlockIndex; variable