Home
last modified time | relevance | path

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

1234

/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/mesa3d/docs/
Dapplication-issues.rst27 the ``glGetString(GL_EXTENSIONS)`` query and if the application naively
33 the ``glGetString(GL_EXTENSIONS)`` query to only report extensions older
/external/angle/src/libANGLE/renderer/gl/
DFunctionsGL.cpp56 result.push_back(reinterpret_cast<const char *>(getStringIFunction(GL_EXTENSIONS, i))); in GetIndexedExtensions()
117 const char *exts = reinterpret_cast<const char *>(getString(GL_EXTENSIONS)); in initialize()
/external/deqp/framework/opengl/
DgluContextInfo.cpp203 const char* result = (const char*)gl.getString(GL_EXTENSIONS); in ContextInfo()
217 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.c147 case GL_EXTENSIONS: in _mesa_GetString()
189 case GL_EXTENSIONS: in _mesa_GetStringi()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Drequest_gpu_info.cc58 reinterpret_cast<const char*>(glGetStringi(GL_EXTENSIONS, i))); in RequestGpuInfo()
/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.cpp131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
/external/angle/src/tests/test_utils/
Dangle_test_platform.cpp129 return CheckExtensionExists(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)), in IsGLExtensionEnabled()
/external/libepoxy/test/
Dglx_public_api_core.c44 char *ext = (char *)glGetStringi(GL_EXTENSIONS, i); in test_has_extensions()
/external/libepoxy/src/
Ddispatch_common.c527 const char *exts = (const char *)glGetString(GL_EXTENSIONS); in epoxy_internal_has_gl_extension()
540 const char *gl_ext = (const char *)glGetStringi(GL_EXTENSIONS, i); in epoxy_internal_has_gl_extension()
/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/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer_info.cpp82 … !gluCheckExtension( (const GLubyte *)"GL_EXT_framebuffer_object", glGetString( GL_EXTENSIONS ) ) ) in test_renderbuffer_getinfo()
Dtest_renderbuffer.cpp206 … !gluCheckExtension( (const GLubyte *)"GL_EXT_framebuffer_object", glGetString( GL_EXTENSIONS ) ) ) in test_renderbuffer_read()
422 … !gluCheckExtension( (const GLubyte *)"GL_EXT_framebuffer_object", glGetString( GL_EXTENSIONS ) ) ) in test_renderbuffer_write()
/external/angle/src/tests/gl_tests/
DRendererTest.cpp37 std::cout << "Extensions: " << glGetString(GL_EXTENSIONS) << std::endl; in TEST_P()
/external/angle/samples/simple_instancing/
DSimpleInstancing.cpp38 char *extensionString = (char *)glGetString(GL_EXTENSIONS); in initialize()
/external/libkmsxx/kmscube/
Dcube-gles2.cpp152 printf("GL_EXTENSIONS: %s\n", glGetString(GL_EXTENSIONS)); in GlScene()
/external/angle/samples/multiple_draw_buffers/
DMultipleDrawBuffers.cpp35 char *extensionString = (char *)glGetString(GL_EXTENSIONS); in initialize()
/external/angle/src/tests/egl_tests/
DEGLRobustnessTest.cpp97 const char *extensionString = reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)); in createContext()

1234