Home
last modified time | relevance | path

Searched defs:getActiveUniform (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h167 PFNGLGETACTIVEUNIFORMPROC getActiveUniform = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp2417 void ProgramExecutable::getActiveUniform(GLuint index, in getActiveUniform() function in gl::ProgramExecutable
H A DContext.cpp7000 void Context::getActiveUniform(ShaderProgramID program, in getActiveUniform() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl249 glGetActiveUniformFunc getActiveUniform; variable