Searched refs:GL_VERSION (Results 1 - 25 of 47) sorted by relevance

12

/external/skia/tools/fiddle/
H A Degl_context.cpp69 driverinfo << "GL Versionr: " << getString(GL_VERSION) << "\n";
/external/skqp/tools/fiddle/
H A Degl_context.cpp69 driverinfo << "GL Versionr: " << getString(GL_VERSION) << "\n";
/external/deqp/modules/gles2/functional/
H A Des2fStringQueryTests.cpp71 const char* string = (const char*)glGetString(GL_VERSION);
H A Des2fNegativeShaderApiTests.cpp991 if (de::beginsWith((const char*)glGetString(GL_VERSION), "OpenGL ES 2.0 "))
/external/deqp/external/openglcts/modules/common/
H A DglcInfoTests.cpp130 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION));
/external/deqp/modules/gles2/
H A Dtes2InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION));
/external/deqp/modules/gles3/
H A Dtes3InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION));
/external/deqp/modules/gles31/
H A Dtes31InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION));
/external/deqp/modules/gles3/functional/
H A Des3fStringQueryTests.cpp71 const char* string = (const char*)glGetString(GL_VERSION);
/external/mesa3d/src/glx/
H A Dglxcurrent.c262 glGetString(GL_VERSION);
H A Dsingle2.c664 case GL_VERSION:
701 case GL_VERSION:{
778 (void *) glGetString(GL_VERSION);
/external/mesa3d/src/mesa/main/
H A Dgetstring.c137 case GL_VERSION:
H A Ddebug.c109 _mesa_debug(NULL, "Mesa GL_VERSION = %s\n",
110 (char *) _mesa_GetString(GL_VERSION));
/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java104 String version = gl.glGetString(GL10.GL_VERSION);
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc96 printGLString("Version", GL_VERSION);
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp443 const char* const versionStr = (const char*)gl.getString(GL_VERSION);
721 const string version = (const char*)gl.getString(GL_VERSION);
723 log << TestLog::Message << "GL_VERSION: '" << version << "'" << TestLog::EndMessage;
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp469 case GL_VERSION: return (const glw::GLubyte*)ctx->version.c_str();
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp384 m_pShell->PVRShellOutputDebug(" Version: %s\n", (char*) glGetString(GL_VERSION));
/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.inl1408 case GL_VERSION: return "GL_VERSION";
/external/mesa3d/include/GLES/
H A Dgl.h403 #define GL_VERSION 0x1F02 macro
/external/swiftshader/include/GLES/
H A Dgl.h304 #define GL_VERSION 0x1F02 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h403 #define GL_VERSION 0x1F02 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h303 #define GL_VERSION 0x1F02 macro
/external/swiftshader/tests/unittests/
H A Dunittests.cpp302 const GLubyte *glVersion = glGetString(GL_VERSION);

Completed in 544 milliseconds

12