Home
last modified time | relevance | path

Searched refs:glGetProgramResourceLocationIndex (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def930 glGetProgramResourceLocationIndex
DlibGL_autogen.cpp5166 GLint GL_APIENTRY glGetProgramResourceLocationIndex(GLuint program, in glGetProgramResourceLocationIndex() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp353 GLint res = glGetProgramResourceLocationIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocationIndex()
2769 glGetProgramResourceLocationIndex(1337u, GL_PROGRAM_OUTPUT, "pie"); in Run()
2915 glGetProgramResourceLocationIndex(sh, GL_PROGRAM_OUTPUT, "pie"); in Run()
2937 glGetProgramResourceLocationIndex(program2, GL_PROGRAM_OUTPUT, "pie"); in Run()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl329 gl->getProgramResourceLocationIndex = glGetProgramResourceLocationIndex;
DtcuNullRenderContextFuncs.inl2776 GLW_APICALL GLint GLW_APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInt… function
/external/deqp/framework/opengl/wrapper/
DglwInitGL43.inl195 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
DglwInitGL44.inl204 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
DglwInitGL45.inl244 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
DglwInitGL46.inl244 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
DglwInitExtGL.inl751 …onIndex = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
DglwApi.inl329 #define glGetProgramResourceLocationIndex glwGetProgramResourceLocationIndex macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl329 glw::GLint glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterf…
DgluCallLogWrapper.inl2371 glw::GLint CallLogWrapper::glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum prog… function in CallLogWrapper
2374 …m_log << TestLog::Message << "glGetProgramResourceLocationIndex(" << program << ", " << toHex(prog…
/external/mesa3d/include/GL/
Dglcorearb.h2545 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
Dglext.h2494 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
/external/swiftshader/include/GL/
Dglcorearb.h2582 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
Dglext.h2530 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c11069 …r = ((glGetProgramResourceLocationIndex = (PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC)glewGetProcAdd… in _glewInit_GL_ARB_program_interface_query()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h5985 #define glGetProgramResourceLocationIndex GLEW_GET_FUN(__glewGetProgramResourceLocationIndex) macro