Home
last modified time | relevance | path

Searched refs:getProgramResourceLocationIndex (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp422 ASSIGN("glGetProgramResourceLocationIndex", getProgramResourceLocationIndex); in initProcsDesktopGL()
1768 ASSIGN("glGetProgramResourceLocationIndex", getProgramResourceLocationIndex); in initProcsDesktopGL()
1941 ASSIGN("glGetProgramResourceLocationIndexEXT", getProgramResourceLocationIndex); in initProcsGLES()
3210 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsDesktopGLNULL()
4555 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsDesktopGLNULL()
4727 getProgramResourceLocationIndex = &glGetProgramResourceLocationIndexNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h580 PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC getProgramResourceLocationIndex = nullptr; variable
/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h113 GLint getProgramResourceLocationIndex(ShaderProgramID programPacked, GLenum programInterface, \
DContext.cpp7035 int Context::getProgramResourceLocationIndex(ShaderProgramID program, in getProgramResourceLocationIndex() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl329 glGetProgramResourceLocationIndexFunc getProgramResourceLocationIndex; variable
DglwInitGL44.inl204 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
DglwInitGL43.inl195 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
DglwInitGL45.inl244 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
DglwInitGL46.inl244 gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("gl…
DglwInitExtGL.inl751 …gl->getProgramResourceLocationIndex = (glGetProgramResourceLocationIndexFunc) loader->get("glGetPr…
DglwImpl.inl2596 return gl->getProgramResourceLocationIndex(program, programInterface, name);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl329 gl->getProgramResourceLocationIndex = glGetProgramResourceLocationIndex;
/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp1337 context->getProgramResourceLocationIndex( in ReplayCall()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp4759 context->getProgramResourceLocationIndex(programPacked, programInterface, name); in GL_GetProgramResourceLocationIndex()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3740 context->getProgramResourceLocationIndex(programPacked, programInterface, name); in GL_GetProgramResourceLocationIndexEXT()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl2375 glw::GLint returnValue = m_gl.getProgramResourceLocationIndex(program, programInterface, name);