Home
last modified time | relevance | path

Searched refs:glGetProgramResourceLocation (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES31Library.inl136 { "glGetProgramResourceLocation", (deFunctionPtr)glGetProgramResourceLocation },
DegluStaticES32Library.inl157 { "glGetProgramResourceLocation", (deFunctionPtr)glGetProgramResourceLocation },
/external/mesa3d/src/mapi/es2api/
DABI-check182 glGetProgramResourceLocation
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp232 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
245 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
1993 glGetProgramResourceLocation(1337u, GL_PROGRAM_INPUT, "pie"); in Run()
2103 glGetProgramResourceLocation(program, GL_ATOMIC_COUNTER_BUFFER, "position"); in Run()
2158 glGetProgramResourceLocation(sh, GL_PROGRAM_INPUT, "pie"); in Run()
2180 glGetProgramResourceLocation(program2, GL_PROGRAM_INPUT, "pie"); in Run()
Des31cExplicitUniformLocationTest.cpp1692 GLint returnedPIQ = glGetProgramResourceLocation(program.name, GL_UNIFORM, name.str().c_str()); in runQueryUniform()
1810 GLint returnedPIQ = glGetProgramResourceLocation(program.name, piqStage, name.str().c_str()); in runQueryUniformSubroutine()
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
DglwInitES32Direct.inl157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
DglwInitES31.inl136 …ourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwInitES32.inl157 …ourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwInitGL43.inl194 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwInitGL44.inl203 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwInitGL45.inl243 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwInitGL46.inl243 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwInitExtGL.inl750 …esourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
DglwApi.inl328 #define glGetProgramResourceLocation glwGetProgramResourceLocation macro
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp284 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
297 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
2767 glGetProgramResourceLocation(1337u, GL_PROGRAM_INPUT, "pie"); in Run()
2857 glGetProgramResourceLocation(program, GL_ATOMIC_COUNTER_BUFFER, "position"); in Run()
2913 glGetProgramResourceLocation(sh, GL_PROGRAM_INPUT, "pie"); in Run()
2935 glGetProgramResourceLocation(program2, GL_PROGRAM_INPUT, "pie"); in Run()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl328 gl->getProgramResourceLocation = glGetProgramResourceLocation;
DtcuNullRenderContextFuncs.inl2767 GLW_APICALL GLint GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterfac… function
/external/mesa3d/include/GLES3/
Dgl31.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
Dgl32.h1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/external/mesa3d/include/GL/
Dgl_mangle.h976 #define glGetProgramResourceLocation MANGLE(GetProgramResourceLocation) macro
Dglcorearb.h2581 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const G…
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl328 glw::GLint glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface,…
DgluCallLogWrapper.inl2361 glw::GLint CallLogWrapper::glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programIn… function in CallLogWrapper
2364 …m_log << TestLog::Message << "glGetProgramResourceLocation(" << program << ", " << toHex(programIn…
/external/swiftshader/include/GL/
Dglcorearb.h2581 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const G…

12