/third_party/skia/tools/fiddle/ |
H A D | egl_context.cpp | 35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_direct_context()
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tgl45es3TestPackage.cpp | 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
H A D | tes3InfoTests.cpp | 132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
H A D | tes3TestPackage.cpp | 147 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tgl45es31TestPackage.cpp | 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
H A D | tes31TestPackage.cpp | 77 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
H A 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/ |
H A D | glcTestPackage.cpp | 74 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
H A D | glcInfoTests.cpp | 128 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fStringQueryTests.cpp | 65 const GLubyte* string = glGetString(GL_VENDOR); in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | getstring.c | 131 if (ctx->Const.VendorOverride && name == GL_VENDOR) { in _mesa_GetString() 142 case GL_VENDOR: { in _mesa_GetString()
|
H A D | debug.c | 117 _mesa_debug(NULL, "Mesa GL_VENDOR = %s\n", in _mesa_print_info() 118 (char *) _mesa_GetString(GL_VENDOR)); in _mesa_print_info()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RendererTest.cpp | 35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2InfoTests.cpp | 132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
|
H A D | tes2TestPackage.cpp | 149 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStringQueryTests.cpp | 65 const GLubyte* string = glGetString(GL_VENDOR); in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | BackendGL.cpp | 192 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR));
|
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 656 case GL_VENDOR: in __indirect_glGetString() 692 case GL_VENDOR: in __indirect_glGetString()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 102 std::cout << "\tVendor: " << GetGLString(GL_VENDOR) << std::endl; in TEST_P() 125 json.addCString("Vendor", GetGLString(GL_VENDOR)); in TEST_P()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 371 #define GL_VENDOR 0x1F00 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 367 #define GL_VENDOR 0x1F00 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 367 #define GL_VENDOR 0x1F00 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 371 #define GL_VENDOR 0x1F00 macro
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 473 case GL_VENDOR: return (const glw::GLubyte*)ctx->vendor.c_str(); in glGetString()
|
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 811 glGetString(GL_VENDOR)); in main()
|