Searched refs:GL_VENDOR (Results 1 – 25 of 108) sorted by relevance
12345
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_strings.c | 49 case GL_VENDOR: { in st_get_string()
|
/third_party/flutter/skia/tools/fiddle/ |
D | egl_context.cpp | 35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_grcontext()
|
/third_party/skia/tools/fiddle/ |
D | egl_context.cpp | 35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_direct_context()
|
/third_party/mesa3d/src/mesa/main/ |
D | getstring.c | 127 if (ctx->Const.VendorOverride && name == GL_VENDOR) { in _mesa_GetString() 145 case GL_VENDOR: in _mesa_GetString()
|
/third_party/vk-gl-cts/modules/gles31/ |
D | tgl45TestPackage.cpp | 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
D | tes31TestPackage.cpp | 77 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
D | tes31InfoTests.cpp | 132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTestPackage.cpp | 74 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
D | glcInfoTests.cpp | 128 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fStringQueryTests.cpp | 65 const GLubyte* string = glGetString(GL_VENDOR); in init()
|
/third_party/vk-gl-cts/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/ |
D | variant_4.frag | 10 // GL_VENDOR: NVIDIA Corporation
|
D | variant_3.frag | 10 // GL_VENDOR: Imagination Technologies
|
D | variant_2.frag | 10 // GL_VENDOR: Qualcomm
|
D | variant_1.frag | 10 // GL_VENDOR: ARM
|
/third_party/vk-gl-cts/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/ |
D | variant_2.frag | 10 // GL_VENDOR: NVIDIA Corporation
|
D | variant_1.frag | 10 // GL_VENDOR: NVIDIA Corporation
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 72 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in Initialize()
|
/third_party/vk-gl-cts/modules/gles3/ |
D | tes3InfoTests.cpp | 132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
D | tes3TestPackage.cpp | 147 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
/third_party/vk-gl-cts/modules/gles2/ |
D | tes2InfoTests.cpp | 132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
D | tes2TestPackage.cpp | 149 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RendererTest.cpp | 35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExtensionSupport.md | 251 * `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/ |
D | RendererTest.cpp | 35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 56 case GL_VENDOR: in nouveau_get_string()
|
12345