Searched refs:getProgramResourceLocationIndex (Results 1 – 15 of 15) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 422 ASSIGN("glGetProgramResourceLocationIndex", getProgramResourceLocationIndex); in initProcsDesktopGL() 1788 ASSIGN("glGetProgramResourceLocationIndex", getProgramResourceLocationIndex); in initProcsDesktopGL() 1961 ASSIGN("glGetProgramResourceLocationIndexEXT", getProgramResourceLocationIndex); in initProcsGLES() 3250 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsDesktopGLNULL() 4615 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsDesktopGLNULL() 4787 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 580 PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC getProgramResourceLocationIndex = nullptr; variable
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 331 glGetProgramResourceLocationIndexFunc getProgramResourceLocationIndex; variable
|
D | glwInitGL43.inl | 195 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
D | glwInitGL44.inl | 204 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
D | glwInitGL46.inl | 244 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
D | glwInitGL45.inl | 244 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
|
D | glwInitExtGL.inl | 761 …gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("glGetPr…
|
D | glwImpl.inl | 2612 return gl->getProgramResourceLocationIndex(program, programInterface, name);
|
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 101 GLint getProgramResourceLocationIndex(ShaderProgramID programPacked, GLenum programInterface, \
|
D | Context.cpp | 7295 int Context::getProgramResourceLocationIndex(ShaderProgramID program, in getProgramResourceLocationIndex() function in gl::Context
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 331 gl->getProgramResourceLocationIndex = glGetProgramResourceLocationIndex;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gl_4_autogen.cpp | 2595 context->getProgramResourceLocationIndex(programPacked, programInterface, name); in GL_GetProgramResourceLocationIndex()
|
D | entry_points_gles_ext_autogen.cpp | 5278 context->getProgramResourceLocationIndex(programPacked, programInterface, name); in GL_GetProgramResourceLocationIndexEXT()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 2389 glw::GLint returnValue = m_gl.getProgramResourceLocationIndex(program, programInterface, name);
|