/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()
|
/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/mesa3d/docs/ |
D | application-issues.rst | 27 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/ |
D | FunctionsGL.cpp | 56 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/ |
D | gluContextInfo.cpp | 203 const char* result = (const char*)gl.getString(GL_EXTENSIONS); in ContextInfo() 217 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 | 147 case GL_EXTENSIONS: in _mesa_GetString() 189 case GL_EXTENSIONS: in _mesa_GetStringi()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | request_gpu_info.cc | 58 reinterpret_cast<const char*>(glGetStringi(GL_EXTENSIONS, i))); in RequestGpuInfo()
|
/external/deqp/modules/gles2/functional/ |
D | es2fStringQueryTests.cpp | 131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
|
/external/angle/src/tests/test_utils/ |
D | angle_test_platform.cpp | 129 return CheckExtensionExists(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)), in IsGLExtensionEnabled()
|
/external/libepoxy/test/ |
D | glx_public_api_core.c | 44 char *ext = (char *)glGetStringi(GL_EXTENSIONS, i); in test_has_extensions()
|
/external/libepoxy/src/ |
D | dispatch_common.c | 527 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/ |
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/OpenCL-CTS/test_conformance/gl/ |
D | test_renderbuffer_info.cpp | 82 … !gluCheckExtension( (const GLubyte *)"GL_EXT_framebuffer_object", glGetString( GL_EXTENSIONS ) ) ) in test_renderbuffer_getinfo()
|
D | test_renderbuffer.cpp | 206 … !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/ |
D | RendererTest.cpp | 37 std::cout << "Extensions: " << glGetString(GL_EXTENSIONS) << std::endl; in TEST_P()
|
/external/angle/samples/simple_instancing/ |
D | SimpleInstancing.cpp | 38 char *extensionString = (char *)glGetString(GL_EXTENSIONS); in initialize()
|
/external/libkmsxx/kmscube/ |
D | cube-gles2.cpp | 152 printf("GL_EXTENSIONS: %s\n", glGetString(GL_EXTENSIONS)); in GlScene()
|
/external/angle/samples/multiple_draw_buffers/ |
D | MultipleDrawBuffers.cpp | 35 char *extensionString = (char *)glGetString(GL_EXTENSIONS); in initialize()
|
/external/angle/src/tests/egl_tests/ |
D | EGLRobustnessTest.cpp | 97 const char *extensionString = reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)); in createContext()
|