Home
last modified time | relevance | path

Searched refs:GL_EXTENSIONS (Results 1 – 25 of 51) sorted by relevance

123

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTgles3Ext.cpp46 pszGLExtensions = glGetString(GL_EXTENSIONS); in LoadExtensions()
84 extensions = glGetString(GL_EXTENSIONS); in IsGLExtensionSupported()
/external/deqp/modules/gles3/functional/
Des3fStringQueryTests.cpp146 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()
Des3fImplementationLimitTests.cpp328 const string extensionStr = (const char*)gl.getString(GL_EXTENSIONS); in queryExtensionsNonIndexed()
357 extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, (GLuint)ndx); in queryExtensionsIndexed()
Des3fPixelBufferObjectTests.cpp166 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()
Des3fShaderFragDataTests.cpp73 const char* curExt = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in isExtensionSupported()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.cpp69 pszGLExtensions = glGetString(GL_EXTENSIONS); in LoadExtensions()
173 extensions = glGetString(GL_EXTENSIONS); in IsGLExtensionSupported()
/external/deqp/framework/opengl/
DgluContextInfo.cpp192 const char* result = (const char*)gl.getString(GL_EXTENSIONS); in ContextInfo()
206 m_extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in ContextInfo()
DgluRenderContext.cpp196 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/
Degl_context.cpp37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_grcontext()
/external/skia/tools/fiddle/
Degl_context.cpp37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_grcontext()
/external/mesa3d/src/mesa/main/
Dgetstring.c142 case GL_EXTENSIONS: in _mesa_GetString()
184 case GL_EXTENSIONS: in _mesa_GetStringi()
/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.cpp131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc45 const GLubyte* str = glGetString(GL_EXTENSIONS); in Init()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp337 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/
Dcube-gles2.cpp152 printf("GL_EXTENSIONS: %s\n", glGetString(GL_EXTENSIONS)); in GlScene()
/external/mesa3d/src/glx/
Dglxcurrent.c247 glGetString(GL_EXTENSIONS); in MakeContextCurrent()
Dsingle2.c668 case GL_EXTENSIONS: in __indirect_glGetString()
745 case GL_EXTENSIONS:{ in __indirect_glGetString()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp472 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/
DGameRenderer.java103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS); in onSurfaceCreated()
/external/mesa3d/src/glx/windows/
Dwindowsgl.c373 r->gl_extensions = strdup(proc(GL_EXTENSIONS)); in windows_extensions_test()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc99 printGLString("Extensions", GL_EXTENSIONS); in Setup()
/external/deqp/modules/egl/
DteglImageTests.cpp486 const char* glExt = (const char*)glGetString(GL_EXTENSIONS); in iterate()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h404 #define GL_EXTENSIONS 0x1F03 macro
/external/mesa3d/include/GLES/
Dgl.h314 #define GL_EXTENSIONS 0x1F03 macro
/external/swiftshader/include/GLES/
Dgl.h305 #define GL_EXTENSIONS 0x1F03 macro

123