Home
last modified time | relevance | path

Searched refs:getProgramResourceLocation (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
H A DgluCallLogWrapper.inl2379 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext_gles_3_1_autogen.h40 GLint getProgramResourceLocation(ShaderProgramID programPacked, GLenum programInterface, \
H A DContext.cpp3009 GLint Context::getProgramResourceLocation(ShaderProgramID program, in getProgramResourceLocation() function in gl::Context
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp421 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 DDispatchTableGL_autogen.h579 PFNGLGETPROGRAMRESOURCELOCATIONPROC getProgramResourceLocation = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwInitES31Direct.inl136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
H A DglwInitES32Direct.inl157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
H A DglwFunctions.inl330 glGetProgramResourceLocationFunc getProgramResourceLocation; variable
H A DglwInitES31.inl136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
H A DglwInitES32.inl157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
H A DglwInitGL44.inl203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
H A DglwInitGL43.inl194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
H A DglwInitGL45.inl243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
H A DglwInitGL46.inl243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
H A DglwInitExtGL.inl760 …gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRes…
H A DglwImpl.inl2604 return gl->getProgramResourceLocation(program, programInterface, name);
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl330 gl->getProgramResourceLocation = glGetProgramResourceLocation;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1100 … 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 Dentry_points_gles_3_1_autogen.cpp654 context->getProgramResourceLocation(programPacked, programInterface, name); in GL_GetProgramResourceLocation()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp3276 … location = gl.getProgramResourceLocation(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, uniform_name); in getSubroutineUniformLocation()