/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RendererTest.cpp | 36 std::cout << "Version: " << glGetString(GL_VERSION) << std::endl; in TEST_P() 48 std::string(reinterpret_cast<const char *>(glGetString(GL_VERSION))); in TEST_P()
|
/third_party/skia/tools/fiddle/ |
H A D | egl_context.cpp | 34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_direct_context()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLVersion.cpp | 28 std::string version = reinterpret_cast<const char*>(getString(GL_VERSION)); in Initialize() 31 // ES spec states that the GL_VERSION string will be in the following format: in Initialize() 40 // OpenGL spec states the GL_VERSION string will be in the following format: in Initialize()
|
H A D | BackendGL.cpp | 196 reinterpret_cast<const char*>(mFunctions.GetString(GL_VERSION));
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fStringQueryTests.cpp | 71 const char* string = (const char*)glGetString(GL_VERSION); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInfoTests.cpp | 130 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tes3InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tes31InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FunctionsGL.cpp | 24 const std::string version = reinterpret_cast<const char *>(getStringFunction(GL_VERSION)); in GetGLVersion() 27 // OpenGL spec states the GL_VERSION string will be in the following format: in GetGLVersion() 37 // ES spec states that the GL_VERSION string will be in the following format: in GetGLVersion()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStringQueryTests.cpp | 73 const char* string = (const char*)glGetString(GL_VERSION); in init()
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 139 const char *version = (const char *)glGetString(GL_VERSION); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBackwardsCompatibleContextTest.cpp | 23 const char *versionString = reinterpret_cast<const char *>(glGetString(GL_VERSION)); in GetCurrentContextVersion()
|
H A D | EGLPrintEGLinfoTest.cpp | 103 std::cout << "\tVersion: " << GetGLString(GL_VERSION) << std::endl; in TEST_P() 126 json.addCString("Version", GetGLString(GL_VERSION)); in TEST_P()
|
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 664 case GL_VERSION: in __indirect_glGetString() 700 case GL_VERSION:{ in __indirect_glGetString()
|
H A D | indirect_glx.c | 185 __indirect_glGetString(GL_VERSION); in indirect_bind_context()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | getstring.c | 154 case GL_VERSION: in _mesa_GetString()
|
H A D | debug.c | 113 _mesa_debug(NULL, "Mesa GL_VERSION = %s\n", in _mesa_print_info() 114 (char *) _mesa_GetString(GL_VERSION)); in _mesa_print_info()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextExtTests.cpp | 447 const char* const versionStr = (const char*)gl.getString(GL_VERSION); in checkVersionString() 725 const string version = (const char*)gl.getString(GL_VERSION); in validateCurrentContext() 727 log << TestLog::Message << "GL_VERSION: '" << version << "'" << TestLog::EndMessage; in validateCurrentContext()
|
/third_party/glfw/src/ |
H A D | context.c | 378 version = (const char*) window->context.GetString(GL_VERSION); in _glfwRefreshContextAttribs()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 458 #define GL_VERSION 0x1F02 macro 1756 version = (const char*) glad_glGetString(GL_VERSION); in glad_gl_find_core_gles2() 1778 if(glad_glGetString(GL_VERSION) == NULL) return 0; in gladLoadGLES2UserPtr()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 373 #define GL_VERSION 0x1F02 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 369 #define GL_VERSION 0x1F02 macro
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 812 printf("GL_VERSION: %s\n", glGetString(GL_VERSION)); in SetUp()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3.cpp | 28 // 2020-10-15: OpenGL: Use glGetString(GL_VERSION) instead of glGetIntegerv(GL_MAJOR_VERSION, ...) when the later returns zero (e.g. Desktop GL 2.x) 217 // Query GL_VERSION in desktop GL 2.x, the string will start with "<major>.<minor>" in ImGui_ImplOpenGL3_Init() 218 const char* gl_version = (const char*)glGetString(GL_VERSION); in ImGui_ImplOpenGL3_Init()
|