Home
last modified time | relevance | path

Searched defs:getUniformBlockIndex (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl295 glGetUniformBlockIndexFunc getUniformBlockIndex; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp432 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in es2::Program