Home
last modified time | relevance | path

Searched refs:GL_VENDOR (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_strings.c49 case GL_VENDOR: { in st_get_string()
/third_party/flutter/skia/tools/fiddle/
Degl_context.cpp35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_grcontext()
/third_party/skia/tools/fiddle/
Degl_context.cpp35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_direct_context()
/third_party/mesa3d/src/mesa/main/
Dgetstring.c127 if (ctx->Const.VendorOverride && name == GL_VENDOR) { in _mesa_GetString()
145 case GL_VENDOR: in _mesa_GetString()
/third_party/vk-gl-cts/modules/gles31/
Dtgl45TestPackage.cpp68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
Dtes31TestPackage.cpp77 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
Dtes31InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestPackage.cpp74 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
DglcInfoTests.cpp128 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fStringQueryTests.cpp65 const GLubyte* string = glGetString(GL_VENDOR); in init()
/third_party/vk-gl-cts/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/
Dvariant_4.frag10 // GL_VENDOR: NVIDIA Corporation
Dvariant_3.frag10 // GL_VENDOR: Imagination Technologies
Dvariant_2.frag10 // GL_VENDOR: Qualcomm
Dvariant_1.frag10 // GL_VENDOR: ARM
/third_party/vk-gl-cts/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/
Dvariant_2.frag10 // GL_VENDOR: NVIDIA Corporation
Dvariant_1.frag10 // GL_VENDOR: NVIDIA Corporation
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp72 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in Initialize()
/third_party/vk-gl-cts/modules/gles3/
Dtes3InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
Dtes3TestPackage.cpp147 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
/third_party/vk-gl-cts/modules/gles2/
Dtes2InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
Dtes2TestPackage.cpp149 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRendererTest.cpp35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
/third_party/skia/third_party/externals/angle2/doc/
DExtensionSupport.md251 * `GL_VENDOR` is `Google Inc. (NVIDIA)`
258 * `GL_VENDOR` is `Google Inc. (Intel)`
265 * `GL_VENDOR` is `Google Inc. (NVIDIA)`
272 * `GL_VENDOR` is `Google Inc. (Intel)`
279 * `GL_VENDOR` is `Google Inc. (Google)`
286 * `GL_VENDOR` is `Google Inc. (Qualcomm)`
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DRendererTest.cpp35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.c56 case GL_VENDOR: in nouveau_get_string()

12345