Home
last modified time | relevance | path

Searched refs:GL_VENDOR (Results 1 - 25 of 65) sorted by relevance

123

/third_party/skia/tools/fiddle/
H A Degl_context.cpp35 driverinfo << "GL Vendor: " << glGetString(GL_VENDOR) << "\n"; in create_direct_context()
/third_party/vk-gl-cts/modules/gles3/
H A Dtgl45es3TestPackage.cpp68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
H A Dtes3InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
H A Dtes3TestPackage.cpp147 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
/third_party/vk-gl-cts/modules/gles31/
H A Dtgl45es31TestPackage.cpp68 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
H A Dtes31TestPackage.cpp77 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
H A Dtes31InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTestPackage.cpp74 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
H A DglcInfoTests.cpp128 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fStringQueryTests.cpp65 const GLubyte* string = glGetString(GL_VENDOR); in init()
/third_party/mesa3d/src/mesa/main/
H A Dgetstring.c131 if (ctx->Const.VendorOverride && name == GL_VENDOR) { in _mesa_GetString()
142 case GL_VENDOR: { in _mesa_GetString()
H A Ddebug.c117 _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 DRendererTest.cpp35 std::cout << "Vendor: " << glGetString(GL_VENDOR) << std::endl; in TEST_P()
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR)); in init()
H A Dtes2TestPackage.cpp149 std::string vendor = contextInfo.getString(GL_VENDOR); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStringQueryTests.cpp65 const GLubyte* string = glGetString(GL_VENDOR); in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DBackendGL.cpp192 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR));
/third_party/mesa3d/src/glx/
H A Dsingle2.c656 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 DEGLPrintEGLinfoTest.cpp102 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 Dgl.h371 #define GL_VENDOR 0x1F00 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h367 #define GL_VENDOR 0x1F00 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h367 #define GL_VENDOR 0x1F00 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h371 #define GL_VENDOR 0x1F00 macro
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp473 case GL_VENDOR: return (const glw::GLubyte*)ctx->vendor.c_str(); in glGetString()
/third_party/glfw/tests/
H A Dglfwinfo.c811 glGetString(GL_VENDOR)); in main()

Completed in 16 milliseconds

123