/external/deqp/modules/gles3/functional/ |
es3fStringQueryTests.cpp | 175 // all in glGetStringi(GL_EXTENSIONS) in must be in glGetString 179 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); 189 // only elements in glGetStringi(GL_EXTENSIONS) can be in glGetString 193 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i));
|
es3fNegativeStateApiTests.cpp | 163 ES3F_ADD_API_CASE(get_stringi, "Invalid glGetStringi() usage", 168 glGetStringi(-1, 0); 174 glGetStringi(GL_EXTENSIONS, numExtensions); [all...] |
/external/deqp/framework/egl/ |
egluStaticES30Library.inl | 64 { "glGetStringi", (deFunctionPtr)glGetStringi },
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 82 FIND_PROC(glGetStringi); 188 !glGetStringi || 300 GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index);
|
gl3stub.h | 442 extern GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index); [all...] |
/development/ndk/sources/android/ndk_helper/ |
gl3stub.c | 83 FIND_PROC( glGetStringi ); 148 || !glClearBufferuiv || !glClearBufferfv || !glClearBufferfi || !glGetStringi 387 GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi)( GLenum name, GLuint index );
|
gl3stub.h | 452 extern GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index); [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContext.cpp | 330 GLW_APICALL const glw::GLubyte* GLW_APIENTRY glGetStringi (GLenum name, GLuint index)
|
tcuNullRenderContextInitFuncs.inl | 265 gl->getStringi = glGetStringi;
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 206 gl->getStringi = &glGetStringi;
|
glwApi.inl | 265 #define glGetStringi glwGetStringi [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeStateApiTests.cpp | 167 ctx.glGetStringi(-1, 0); 173 ctx.glGetStringi(GL_EXTENSIONS, numExtensions); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 254 const deUint8* glGetStringi (deUint32 name, deUint32 index);
|
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/angle/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glprocs.h | 490 "glGetStringi\0" [all...] |
/external/deqp/framework/opengl/ |
gluCallLogWrapperApi.inl | 265 const glw::GLubyte* glGetStringi (glw::GLenum name, glw::GLuint index); [all...] |
gluCallLogWrapper.inl | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.cpp | [all...] |