Searched refs:glGetProgramResourceLocation (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/opengl/wrapper/
H A DglwInitES31Direct.inl136 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
H A DglwInitES32Direct.inl157 gl->getProgramResourceLocation = &glGetProgramResourceLocation;
H A DglwApi.inl327 #define glGetProgramResourceLocation glwGetProgramResourceLocation
/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp232 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str());
245 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str());
1932 glGetProgramResourceLocation(1337u, GL_PROGRAM_INPUT, "pie");
2042 glGetProgramResourceLocation(program, GL_ATOMIC_COUNTER_BUFFER, "position");
2097 glGetProgramResourceLocation(sh, GL_PROGRAM_INPUT, "pie");
2119 glGetProgramResourceLocation(program2, GL_PROGRAM_INPUT, "pie");
H A Des31cExplicitUniformLocationTest.cpp1657 glGetProgramResourceLocation(program, GL_UNIFIORM, name);
1692 GLint returnedPIQ = glGetProgramResourceLocation(program.name, GL_UNIFORM, name.str().c_str());
1699 << "\" returned by glGetUniformLocation and differ glGetProgramResourceLocation differ: "
1779 glGetProgramResourceLocation(program, GL_(VERTEX|FRAGMENT|COMPUTE|...
1810 GLint returnedPIQ = glGetProgramResourceLocation(program.name, piqStage, name.str().c_str());
1816 << "\" returned by glGetUniformLocation and differ glGetProgramResourceLocation differ: "
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp284 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str());
297 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str());
2767 glGetProgramResourceLocation(1337u, GL_PROGRAM_INPUT, "pie");
2857 glGetProgramResourceLocation(program, GL_ATOMIC_COUNTER_BUFFER, "position");
2913 glGetProgramResourceLocation(sh, GL_PROGRAM_INPUT, "pie");
2935 glGetProgramResourceLocation(program2, GL_PROGRAM_INPUT, "pie");
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl327 gl->getProgramResourceLocation = glGetProgramResourceLocation;
H A DtcuNullRenderContextFuncs.inl2756 GLW_APICALL GLint GLW_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name)
/external/mesa3d/include/GLES3/
H A Dgl31.h1454 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
H A Dgl32.h1454 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
/external/mesa3d/include/GL/
H A Dgl_mangle.h976 #define glGetProgramResourceLocation MANGLE(GetProgramResourceLocation) macro
H A Dglcorearb.h2581 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
H A Dglext.h2529 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl327 glw::GLint glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, const glw::GLchar *name);
H A DgluCallLogWrapper.inl2354 glw::GLint CallLogWrapper::glGetProgramResourceLocation (glw::GLuint program, glw::GLenum programInterface, const glw::GLchar *name)
2357 m_log << TestLog::Message << "glGetProgramResourceLocation(" << program << ", " << toHex(programInterface) << ", " << getStringStr(name) << ");" << TestLog::EndMessage;
/external/swiftshader/include/GL/
H A Dglcorearb.h2581 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
H A Dglext.h2529 GLAPI GLint APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 369 milliseconds