Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h883 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h350 PFNGLGETUNIFORMBLOCKINDEXPROC getUniformBlockIndex = nullptr; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp451 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in es2::Program
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl384 glGetUniformBlockIndexFunc getUniformBlockIndex; variable
/external/angle/src/libANGLE/
DProgram.cpp3104 GLuint Program::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in gl::Program
DContext.cpp7614 GLuint Context::getUniformBlockIndex(ShaderProgramID program, const GLchar *uniformBlockName) in getUniformBlockIndex() function in gl::Context