Searched refs:getProgramResourceLocationIndex (Results 1 – 16 of 16) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.cpp | 422 ASSIGN("glGetProgramResourceLocationIndex", getProgramResourceLocationIndex); in initProcsDesktopGL() 1757 ASSIGN("glGetProgramResourceLocationIndex", getProgramResourceLocationIndex); in initProcsDesktopGL() 1930 ASSIGN("glGetProgramResourceLocationIndexEXT", getProgramResourceLocationIndex); in initProcsGLES() 3210 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsDesktopGLNULL() 4544 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsDesktopGLNULL() 4716 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsGLESNULL()
|
| D | DispatchTableGL_autogen.h | 580 PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC getProgramResourceLocationIndex = nullptr; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_ext_autogen.h | 72 GLint getProgramResourceLocationIndex(ShaderProgramID programPacked, GLenum programInterface, \
|
| D | Context.cpp | 7149 int Context::getProgramResourceLocationIndex(ShaderProgramID program, in getProgramResourceLocationIndex() function in gl::Context
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 329 glGetProgramResourceLocationIndexFunc getProgramResourceLocationIndex; variable
|
| D | glwInitGL43.inl | 195 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
| D | glwInitGL44.inl | 204 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
| D | glwInitGL45.inl | 244 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
| D | glwInitGL46.inl | 244 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
| D | glwInitExtGL.inl | 751 …gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("glGetPr…
|
| D | glwImpl.inl | 2596 return gl->getProgramResourceLocationIndex(program, programInterface, name);
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextInitFuncs.inl | 329 gl->getProgramResourceLocationIndex = glGetProgramResourceLocationIndex;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | frame_capture_replay_autogen.cpp | 1345 context->getProgramResourceLocationIndex( in ReplayCall()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_autogen.cpp | 4937 context->getProgramResourceLocationIndex(programPacked, programInterface, name); in GL_GetProgramResourceLocationIndex()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 4046 context->getProgramResourceLocationIndex(programPacked, programInterface, name); in GL_GetProgramResourceLocationIndexEXT()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluCallLogWrapper.inl | 2375 glw::GLint returnValue = m_gl.getProgramResourceLocationIndex(program, programInterface, name);
|