Home
last modified time | relevance | path

Searched defs:getProgramResourceName (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp42 void getProgramResourceName(const glw::Functions &gl, uint32_t program, uint32_t programInterface, … in getProgramResourceName() function
H A DgluProgramInterfaceQuery.hpp113 inline std::string getProgramResourceName(const glw::Functions &gl, uint32_t program, uint32_t prog… in getProgramResourceName() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h581 PFNGLGETPROGRAMRESOURCENAMEPROC getProgramResourceName = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl332 glGetProgramResourceNameFunc getProgramResourceName; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp2998 void Context::getProgramResourceName(ShaderProgramID program, in getProgramResourceName() function in gl::Context