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

123

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_strings.c51 case GL_VENDOR: {
/external/skia/tools/fiddle/
H A Degl_context.cpp70 driverinfo << "GL Vendor: " << getString(GL_VENDOR) << "\n";
/external/skqp/tools/fiddle/
H A Degl_context.cpp70 driverinfo << "GL Vendor: " << getString(GL_VENDOR) << "\n";
/external/deqp/modules/gles2/functional/
H A Des2fStringQueryTests.cpp65 const GLubyte* string = glGetString(GL_VENDOR);
/external/deqp/external/openglcts/modules/common/
H A DglcInfoTests.cpp128 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR));
/external/deqp/modules/gles2/
H A Dtes2InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR));
/external/deqp/modules/gles3/
H A Dtes3InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR));
/external/deqp/modules/gles31/
H A Dtes31InfoTests.cpp132 addChild(new QueryStringCase(m_context, "vendor", "Vendor String", GL_VENDOR));
/external/autotest/client/deps/glbench/src/
H A Dmain.cc119 glGetString(GL_VENDOR), glGetString(GL_RENDERER));
/external/deqp/modules/gles3/functional/
H A Des3fStringQueryTests.cpp65 const GLubyte* string = glGetString(GL_VENDOR);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c56 case GL_VENDOR:
/external/mesa3d/src/mesa/main/
H A Dgetstring.c133 case GL_VENDOR:
H A Ddebug.c113 _mesa_debug(NULL, "Mesa GL_VENDOR = %s\n",
114 (char *) _mesa_GetString(GL_VENDOR));
/external/mesa3d/src/glx/
H A Dsingle2.c656 case GL_VENDOR:
693 case GL_VENDOR:
/external/mesa3d/docs/specs/
H A DMESA_query_renderer.spec202 format as the string that would be returned by glGetString of GL_VENDOR.
355 glGetString(GL_VENDOR) and glGetString(GL_RENDERER)?
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.c81 case GL_VENDOR:
H A Dradeon_common_context.c109 case GL_VENDOR:
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc97 printGLString("Vendor", GL_VENDOR);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp468 case GL_VENDOR: return (const glw::GLubyte*)ctx->vendor.c_str();
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_context.c91 case GL_VENDOR:
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c109 case GL_VENDOR:
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp382 m_pShell->PVRShellOutputDebug(" Vendor: %s\n", (char*) glGetString(GL_VENDOR));
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/opengl/
H A DgluStrUtil.inl1407 case GL_VENDOR: return "GL_VENDOR";
/external/mesa3d/include/GLES/
H A Dgl.h401 #define GL_VENDOR 0x1F00 macro

Completed in 529 milliseconds

123