Home
last modified time | relevance | path

Searched defs:getUniformIndices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h351 PFNGLGETUNIFORMINDICESPROC getUniformIndices = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl387 glGetUniformIndicesFunc getUniformIndices; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7950 void Context::getUniformIndices(ShaderProgramID program, in getUniformIndices() function in gl::Context