Searched refs:glGetProgramResourceLocationIndex (Results 1 – 19 of 19) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 930 glGetProgramResourceLocationIndex
|
D | libGL_autogen.cpp | 5166 GLint GL_APIENTRY glGetProgramResourceLocationIndex(GLuint program, in glGetProgramResourceLocationIndex() function
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 353 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/ |
D | tcuNullRenderContextInitFuncs.inl | 329 gl->getProgramResourceLocationIndex = glGetProgramResourceLocationIndex;
|
D | tcuNullRenderContextFuncs.inl | 2776 GLW_APICALL GLint GLW_APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInt… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL43.inl | 195 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
|
D | glwInitGL44.inl | 204 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
|
D | glwInitGL45.inl | 244 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
|
D | glwInitGL46.inl | 244 …x = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
|
D | glwInitExtGL.inl | 751 …onIndex = (glGetProgramResourceLocationIndexFunc) loader->get("glGetProgramResourceLocationIndex");
|
D | glwApi.inl | 329 #define glGetProgramResourceLocationIndex glwGetProgramResourceLocationIndex macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 329 glw::GLint glGetProgramResourceLocationIndex (glw::GLuint program, glw::GLenum programInterf…
|
D | gluCallLogWrapper.inl | 2371 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/ |
D | glcorearb.h | 2545 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
|
D | glext.h | 2494 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2582 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
|
D | glext.h | 2530 GLAPI GLint APIENTRY glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, co…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 11069 …r = ((glGetProgramResourceLocationIndex = (PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC)glewGetProcAdd… in _glewInit_GL_ARB_program_interface_query()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 5985 #define glGetProgramResourceLocationIndex GLEW_GET_FUN(__glewGetProgramResourceLocationIndex) macro
|