/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluES3PlusWrapperFuncs.inl | 136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
|
H A D | gluCallLogWrapper.inl | 2379 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Context_gles_3_1_autogen.h | 40 GLint getProgramResourceLocation(ShaderProgramID programPacked, GLenum programInterface, \
|
H A D | Context.cpp | 3009 GLint Context::getProgramResourceLocation(ShaderProgramID program, in getProgramResourceLocation() function in gl::Context
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 421 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsDesktopGL() 1830 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsDesktopGL() 2663 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsGLES() 3298 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsDesktopGLNULL() 4706 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsDesktopGLNULL() 5538 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsGLESNULL()
|
H A D | DispatchTableGL_autogen.h | 579 PFNGLGETPROGRAMRESOURCELOCATIONPROC getProgramResourceLocation = nullptr; variable
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwInitES31Direct.inl | 136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
H A D | glwInitES32Direct.inl | 157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
H A D | glwFunctions.inl | 330 glGetProgramResourceLocationFunc getProgramResourceLocation; variable
|
H A D | glwInitES31.inl | 136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
|
H A D | glwInitES32.inl | 157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
|
H A D | glwInitGL44.inl | 203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
H A D | glwInitGL43.inl | 194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
H A D | glwInitGL45.inl | 243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
H A D | glwInitGL46.inl | 243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
H A D | glwInitExtGL.inl | 760 …gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRes…
|
H A D | glwImpl.inl | 2604 return gl->getProgramResourceLocation(program, programInterface, name);
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 330 gl->getProgramResourceLocation = glGetProgramResourceLocation;
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 1100 … gl.getProgramResourceLocation(m_programID, interface, elementResourceName.c_str()); in validateSingleVariable() 1118 … gl.getProgramResourceLocation(m_programID, interface, implementationName.c_str()); in validateSingleVariable()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 654 context->getProgramResourceLocation(programPacked, programInterface, name); in GL_GetProgramResourceLocation()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 3276 … location = gl.getProgramResourceLocation(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, uniform_name); in getSubroutineUniformLocation()
|