/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 136 dst->getProgramResourceLocation = src.getProgramResourceLocation;
|
D | gluCallLogWrapper.inl | 2365 glw::GLint returnValue = m_gl.getProgramResourceLocation(program, programInterface, name);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 40 GLint getProgramResourceLocation(ShaderProgramID programPacked, GLenum programInterface, \
|
D | Context.cpp | 2722 GLint Context::getProgramResourceLocation(ShaderProgramID program, in getProgramResourceLocation() function in gl::Context
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
D | glwInitES32Direct.inl | 157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
D | glwInitES31.inl | 136 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
|
D | glwFunctions.inl | 328 glGetProgramResourceLocationFunc getProgramResourceLocation; variable
|
D | glwInitES32.inl | 157 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRe…
|
D | glwInitGL43.inl | 194 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwInitGL44.inl | 203 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwInitGL45.inl | 243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwInitGL46.inl | 243 gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgr…
|
D | glwInitExtGL.inl | 750 …gl->getProgramResourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramRes…
|
D | glwImpl.inl | 2588 return gl->getProgramResourceLocation(program, programInterface, name);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 421 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsDesktopGL() 1756 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsDesktopGL() 2540 ASSIGN("glGetProgramResourceLocation", getProgramResourceLocation); in initProcsGLES() 3209 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsDesktopGLNULL() 4543 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsDesktopGLNULL() 5326 getProgramResourceLocation = &glGetProgramResourceLocationNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 579 PFNGLGETPROGRAMRESOURCELOCATIONPROC getProgramResourceLocation = nullptr; variable
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 328 gl->getProgramResourceLocation = glGetProgramResourceLocation;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 1002 …const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, elementResourc… in validateSingleVariable() 1019 …const glw::GLint location = gl.getProgramResourceLocation(m_programID, interface, implementationNa… in validateSingleVariable()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 593 context->getProgramResourceLocation(programPacked, programInterface, name); in GL_GetProgramResourceLocation()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_replay_autogen.cpp | 1337 context->getProgramResourceLocation( in ReplayCall()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 3259 location = gl.getProgramResourceLocation(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, uniform_name); in getSubroutineUniformLocation()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 4896 context->getProgramResourceLocation(programPacked, programInterface, name); in GL_GetProgramResourceLocation()
|