Home
last modified time | relevance | path

Searched refs:glGetString (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/external/angle/src/tests/test_utils/
Dangle_test_platform.cpp19 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsAdreno()
25 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsD3D11()
31 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsD3D11_FL93()
37 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsD3D9()
53 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsOpenGLES()
59 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsOpenGL()
65 std::string rendererString(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in IsNULL()
71 const char *renderer = reinterpret_cast<const char *>(glGetString(GL_RENDERER)); in IsVulkan()
78 const char *renderer = reinterpret_cast<const char *>(glGetString(GL_RENDERER)); in IsMetal()
129 return CheckExtensionExists(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)), in IsGLExtensionEnabled()
[all …]
/external/skia/tools/fiddle/
Degl_context.cpp34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_direct_context()
35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_direct_context()
36 driverinfo << "GL Renderer: " << glGetString(GL_RENDERER) << "\n"; in create_direct_context()
37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_direct_context()
/external/skqp/tools/fiddle/
Degl_context.cpp34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_grcontext()
35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_grcontext()
36 driverinfo << "GL Renderer: " << glGetString(GL_RENDERER) << "\n"; in create_grcontext()
37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_grcontext()
/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.cpp59 const GLubyte* string = glGetString(GL_RENDERER); in init()
65 const GLubyte* string = glGetString(GL_VENDOR); in init()
71 const char* string = (const char*)glGetString(GL_VERSION); in init()
100 const char* string = (const char*)glGetString(GL_SHADING_LANGUAGE_VERSION); in init()
131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
/external/angle/src/tests/gl_tests/
DRendererTest.cpp34 std::cout << "Renderer: " << glGetString(GL_RENDERER) << std::endl; in TEST_P()
35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
36 std::cout << "Version: " << glGetString(GL_VERSION) << std::endl; in TEST_P()
37 std::cout << "Extensions: " << glGetString(GL_EXTENSIONS) << std::endl; in TEST_P()
44 std::string(reinterpret_cast<const char *>(glGetString(GL_RENDERER))); in TEST_P()
48 std::string(reinterpret_cast<const char *>(glGetString(GL_VERSION))); in TEST_P()
DRequestExtensionTest.cpp44 const GLubyte *requestableExtString = glGetString(GL_REQUESTABLE_EXTENSIONS_ANGLE); in TEST_P()
/external/deqp/modules/gles3/functional/
Des3fStringQueryTests.cpp59 const GLubyte* string = glGetString(GL_RENDERER); in init()
65 const GLubyte* string = glGetString(GL_VENDOR); in init()
71 const char* string = (const char*)glGetString(GL_VERSION); in init()
109 const char* string = (const char*)glGetString(GL_SHADING_LANGUAGE_VERSION); in init()
146 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Drequest_gpu_info.cc32 const GLubyte* renderer_name = glGetString(GL_RENDERER); in RequestOpenGlInfo()
37 const GLubyte* vendor_name = glGetString(GL_VENDOR); in RequestOpenGlInfo()
42 const GLubyte* version_name = glGetString(GL_VERSION); in RequestOpenGlInfo()
/external/libkmsxx/kmscube/
Dcube-gles2.cpp148 printf("GL_VENDOR: %s\n", glGetString(GL_VENDOR)); in GlScene()
149 printf("GL_VERSION: %s\n", glGetString(GL_VERSION)); in GlScene()
150 printf("GL_RENDERER: %s\n", glGetString(GL_RENDERER)); in GlScene()
151 printf("GL_EXTENSIONS: %s\n", glGetString(GL_EXTENSIONS)); in GlScene()
/external/libepoxy/test/
Dcgl_epoxy_api.c69 string = (const char *)glGetString(GL_VERSION); in main()
72 string = (const char *)glGetString(GL_SHADING_LANGUAGE_VERSION); in main()
Degl_epoxy_api.c71 string = (const char *)glGetString(GL_VERSION); in make_egl_current_and_test()
74 string = (const char *)glGetString(GL_SHADING_LANGUAGE_VERSION); in make_egl_current_and_test()
Degl_gl.c66 string = (const char *)glGetString(GL_VERSION); in make_egl_current_and_test()
/external/cpuinfo/tools/
Dgpu-dump.c421 printf("\t%s: \"%s\"\n", "GL_VENDOR", glGetString(GL_VENDOR)); in report_gles_attributes()
422 printf("\t%s: \"%s\"\n", "GL_RENDERER", glGetString(GL_RENDERER)); in report_gles_attributes()
423 printf("\t%s: \"%s\"\n", "GL_VERSION", glGetString(GL_VERSION)); in report_gles_attributes()
424 printf("\t%s: \"%s\"\n", "GL_SHADING_LANGUAGE_VERSION", glGetString(GL_SHADING_LANGUAGE_VERSION)); in report_gles_attributes()
425 printf("\t%s: \"%s\"\n", "GL_EXTENSIONS", glGetString(GL_EXTENSIONS)); in report_gles_attributes()
/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/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS); in onSurfaceCreated()
104 String version = gl.glGetString(GL10.GL_VERSION); in onSurfaceCreated()
105 String renderer = gl.glGetString(GL10.GL_RENDERER); in onSurfaceCreated()
/external/mesa3d/docs/relnotes/
D6.021 glGetString(GL_VERSION) "1.5" will be returned (as long as the
55 extensions which are part of OpenGL 1.3 then glGetString(GL_VERSION)
D18.3.1.rst8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
D17.3.5.rst8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
D19.0.8.rst8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
D12.0.1.rst8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
D19.2.4.rst8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
/external/skia/src/gpu/gl/webgl/
DGrGLMakeNativeInterface_webgl.cpp19 M(glGetString) in webgl_get_gl_proc()
/external/mesa3d/docs/_extra/specs/
DMESA_query_renderer.spec194 format as the string that would be returned by glGetString of GL_VENDOR.
198 format as the string that would be returned by glGetString of GL_RENDERER.
318 just use glGetInteger and glGetString. However, the GL enums and
324 glGetString(GL_VENDOR) and glGetString(GL_RENDERER)?
/external/libepoxy/src/
Ddispatch_common.c381 version = (const char *)glGetString(GL_VERSION); in epoxy_is_desktop_gl()
397 const char *version = (const char *)glGetString(version_string); in epoxy_internal_gl_version()
527 const char *exts = (const char *)glGetString(GL_EXTENSIONS); in epoxy_internal_has_gl_extension()
/external/deqp/framework/egl/
DegluStaticES20Library.inl77 { "glGetString", (deFunctionPtr)glGetString },

12345678910>>...17