Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h916 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Public/
H A DShaderLang.h941 int getUniformBlockIndex(int index) const { return getUniform(index).index; } in getUniformBlockIndex() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h350 PFNGLGETUNIFORMBLOCKINDEXPROC getUniformBlockIndex = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp2588 GLuint ProgramExecutable::getUniformBlockIndex(const std::string &name) const in getUniformBlockIndex() function in gl::ProgramExecutable
H A DContext.cpp7987 GLuint Context::getUniformBlockIndex(ShaderProgramID program, const GLchar *uniformBlockName) in getUniformBlockIndex() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl386 glGetUniformBlockIndexFunc getUniformBlockIndex; variable