/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTgles3Ext.cpp | 46 pszGLExtensions = glGetString(GL_EXTENSIONS); in LoadExtensions() 84 extensions = glGetString(GL_EXTENSIONS); in IsGLExtensionSupported()
|
/external/deqp/modules/gles3/functional/ |
D | es3fStringQueryTests.cpp | 146 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init() 179 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); in init() 193 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); in init()
|
D | es3fImplementationLimitTests.cpp | 328 const string extensionStr = (const char*)gl.getString(GL_EXTENSIONS); in queryExtensionsNonIndexed() 357 extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, (GLuint)ndx); in queryExtensionsIndexed()
|
D | es3fPixelBufferObjectTests.cpp | 166 std::istringstream extensions(std::string((const char*)glGetString(GL_EXTENSIONS))); in init() 187 std::istringstream extensions(std::string((const char*)glGetString(GL_EXTENSIONS))); in init()
|
D | es3fShaderFragDataTests.cpp | 73 const char* curExt = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in isExtensionSupported()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTgles2Ext.cpp | 69 pszGLExtensions = glGetString(GL_EXTENSIONS); in LoadExtensions() 173 extensions = glGetString(GL_EXTENSIONS); in IsGLExtensionSupported()
|
/external/deqp/framework/opengl/ |
D | gluContextInfo.cpp | 192 const char* result = (const char*)gl.getString(GL_EXTENSIONS); in ContextInfo() 206 m_extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in ContextInfo()
|
D | gluRenderContext.cpp | 196 const char* extStr = (const char*)gl.getString(GL_EXTENSIONS); in getExtensions() 220 const char* const ext = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in getExtensions()
|
/external/skqp/tools/fiddle/ |
D | egl_context.cpp | 37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_grcontext()
|
/external/skia/tools/fiddle/ |
D | egl_context.cpp | 37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_grcontext()
|
/external/mesa3d/src/mesa/main/ |
D | getstring.c | 142 case GL_EXTENSIONS: in _mesa_GetString() 184 case GL_EXTENSIONS: in _mesa_GetStringi()
|
/external/deqp/modules/gles2/functional/ |
D | es2fStringQueryTests.cpp | 131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
|
/external/autotest/client/deps/glbench/src/ |
D | glx_stuff.cc | 45 const GLubyte* str = glGetString(GL_EXTENSIONS); in Init()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 337 const char* strExtensions = (const char*)glGetString(GL_EXTENSIONS); in ApiInitAPI() 403 m_pShell->PVRShellOutputDebug((const char*)glGetStringi(GL_EXTENSIONS,i)); in OutputAPIInfo() 408 m_pShell->PVRShellOutputDebug("%s\n", (char*) glGetString(GL_EXTENSIONS)); in OutputAPIInfo()
|
/external/libkmsxx/kmscube/ |
D | cube-gles2.cpp | 152 printf("GL_EXTENSIONS: %s\n", glGetString(GL_EXTENSIONS)); in GlScene()
|
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 247 glGetString(GL_EXTENSIONS); in MakeContextCurrent()
|
D | single2.c | 668 case GL_EXTENSIONS: in __indirect_glGetString() 745 case GL_EXTENSIONS:{ in __indirect_glGetString()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 472 case GL_EXTENSIONS: return (const glw::GLubyte*)ctx->extensions.c_str(); in glGetString() 483 if (name == GL_EXTENSIONS) in glGetStringi()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameRenderer.java | 103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS); in onSurfaceCreated()
|
/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 373 r->gl_extensions = strdup(proc(GL_EXTENSIONS)); in windows_extensions_test()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_opengles20.cc | 99 printGLString("Extensions", GL_EXTENSIONS); in Setup()
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 486 const char* glExt = (const char*)glGetString(GL_EXTENSIONS); in iterate()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 404 #define GL_EXTENSIONS 0x1F03 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 314 #define GL_EXTENSIONS 0x1F03 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 305 #define GL_EXTENSIONS 0x1F03 macro
|