Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h346 PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC getActiveUniformBlockName = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp2561 void ProgramExecutable::getActiveUniformBlockName(const Context *context, in getActiveUniformBlockName() function in gl::ProgramExecutable
H A DContext.cpp8012 void Context::getActiveUniformBlockName(ShaderProgramID program, in getActiveUniformBlockName() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl250 glGetActiveUniformBlockNameFunc getActiveUniformBlockName; variable