Home
last modified time | relevance | path

Searched refs:GL_EXTENSIONS (Results 1 – 25 of 56) 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()
/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.cpp173 const char* extStr = (const char*)gl.getString(GL_EXTENSIONS); in getExtensions()
197 const char* const ext = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in getExtensions()
DgluES3PlusWrapperContext.cpp194 case GL_EXTENSIONS: return (const glw::GLubyte*)context->extensions.c_str(); in getString()
208 if (name == GL_EXTENSIONS) in getStringi()
609 extStr[ndx] = (const char*)dst->getStringi(GL_EXTENSIONS, ndx); in initFunctions()
/external/mesa3d/src/mesa/main/
Dgetstring.c128 case GL_EXTENSIONS: in _mesa_GetString()
175 case GL_EXTENSIONS: in _mesa_GetStringi()
Ddebug.c132 (char *) _mesa_GetString(GL_EXTENSIONS)); in _mesa_print_info()
/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.cc47 const GLubyte *str = glGetString(GL_EXTENSIONS); in Init()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgl_APICheck.cc84 const GLubyte* ext_string = glGetString(GL_EXTENSIONS); in GetGLExtensions()
Dgles_APICheck.cc258 const GLubyte* ext_string = glGetString(GL_EXTENSIONS); in GetGLESExtensions()
/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/deqp/framework/platform/null/
DtcuNullRenderContext.cpp457 case GL_EXTENSIONS: return (const glw::GLubyte*)ctx->extensions.c_str(); in glGetString()
468 if (name == GL_EXTENSIONS) in glGetStringi()
/external/mesa3d/src/glx/
Dsingle2.c670 case GL_EXTENSIONS: in __indirect_glGetString()
747 case GL_EXTENSIONS:{ in __indirect_glGetString()
Dindirect_glx.c153 glGetString(GL_EXTENSIONS); in indirect_bind_context()
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS); in onSurfaceCreated()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc99 printGLString("Extensions", GL_EXTENSIONS); in Setup()
/external/deqp/modules/egl/
DteglImageTests.cpp437 const char* glExt = (const char*)glGetString(GL_EXTENSIONS); in iterate()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/drm_hwcomposer/
Dglworker.cpp521 gl_extensions = (const char *)glGetString(GL_EXTENSIONS); in Init()
/external/swiftshader/include/GLES/
Dgl.h404 #define GL_EXTENSIONS 0x1F03 macro
/external/mesa3d/include/GLES2/
Dgl2.h304 #define GL_EXTENSIONS 0x1F03 macro

123