/external/deqp/framework/egl/ |
D | egluStaticES31Library.inl | 136 { "glGetProgramResourceLocation", (deFunctionPtr)glGetProgramResourceLocation },
|
D | egluStaticES32Library.inl | 157 { "glGetProgramResourceLocation", (deFunctionPtr)glGetProgramResourceLocation },
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 182 glGetProgramResourceLocation
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 232 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()
|
D | es31cExplicitUniformLocationTest.cpp | 1692 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/ |
D | glwInitES31Direct.inl | 136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
D | glwInitES32Direct.inl | 157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
|
D | glwInitES31.inl | 136 …ourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwInitES32.inl | 157 …ourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwInitGL43.inl | 194 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwInitGL44.inl | 203 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwInitGL45.inl | 243 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwInitGL46.inl | 243 …eLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwInitExtGL.inl | 750 …esourceLocation = (glGetProgramResourceLocationFunc) loader->get("glGetProgramResourceLocation");
|
D | glwApi.inl | 328 #define glGetProgramResourceLocation glwGetProgramResourceLocation macro
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 284 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/ |
D | tcuNullRenderContextInitFuncs.inl | 328 gl->getProgramResourceLocation = glGetProgramResourceLocation;
|
D | tcuNullRenderContextFuncs.inl | 2767 GLW_APICALL GLint GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterfac… function
|
/external/mesa3d/include/GLES3/ |
D | gl31.h | 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
D | gl32.h | 1463 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 976 #define glGetProgramResourceLocation MANGLE(GetProgramResourceLocation) macro
|
D | glcorearb.h | 2581 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const G…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 328 glw::GLint glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface,…
|
D | gluCallLogWrapper.inl | 2361 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/ |
D | glcorearb.h | 2581 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const G…
|