Home
last modified time | relevance | path

Searched refs:GL_VERSION (Results 1 - 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRendererTest.cpp36 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 Degl_context.cpp34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_direct_context()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DOpenGLVersion.cpp28 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 DBackendGL.cpp196 reinterpret_cast<const char*>(mFunctions.GetString(GL_VERSION));
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fStringQueryTests.cpp71 const char* string = (const char*)glGetString(GL_VERSION); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInfoTests.cpp130 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2InfoTests.cpp134 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 DFunctionsGL.cpp24 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 Des3fStringQueryTests.cpp73 const char* string = (const char*)glGetString(GL_VERSION); in init()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp139 const char *version = (const char *)glGetString(GL_VERSION); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBackwardsCompatibleContextTest.cpp23 const char *versionString = reinterpret_cast<const char *>(glGetString(GL_VERSION)); in GetCurrentContextVersion()
H A DEGLPrintEGLinfoTest.cpp103 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 Dsingle2.c664 case GL_VERSION: in __indirect_glGetString()
700 case GL_VERSION:{ in __indirect_glGetString()
H A Dindirect_glx.c185 __indirect_glGetString(GL_VERSION); in indirect_bind_context()
/third_party/mesa3d/src/mesa/main/
H A Dgetstring.c154 case GL_VERSION: in _mesa_GetString()
H A Ddebug.c113 _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 DteglCreateContextExtTests.cpp447 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 Dcontext.c378 version = (const char*) window->context.GetString(GL_VERSION); in _glfwRefreshContextAttribs()
/third_party/glfw/deps/glad/
H A Dgles2.h458 #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 Dgl.h373 #define GL_VERSION 0x1F02 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h369 #define GL_VERSION 0x1F02 macro
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp812 printf("GL_VERSION: %s\n", glGetString(GL_VERSION)); in SetUp()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3.cpp28 // 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()

Completed in 21 milliseconds

123