Home
last modified time | relevance | path

Searched refs:GL_VERSION (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/docs/relnotes/
D6.021 glGetString(GL_VERSION) "1.5" will be returned (as long as the
55 extensions which are part of OpenGL 1.3 then glGetString(GL_VERSION)
D6.0.126 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
D4.0.329 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
D4.0.227 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
D6.181 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
/external/skqp/tools/fiddle/
Degl_context.cpp34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_grcontext()
/external/skia/tools/fiddle/
Degl_context.cpp34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_grcontext()
/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.cpp71 const char* string = (const char*)glGetString(GL_VERSION); in init()
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/
Dvariant_4.frag9 // GL_VERSION: OpenGL ES 3.2 NVIDIA 361.00
Dvariant_3.frag9 // GL_VERSION: OpenGL ES 3.1 build 1.5@3830101
Dvariant_1.frag9 // GL_VERSION: OpenGL ES 3.2 v1.r12p1-03dev0.92cea07ab1b80f9f42b782b097e01409
Dvariant_2.frag9 // GL_VERSION: OpenGL ES 3.2 V@145.0 (GIT@I86b60582e4)
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/
Dvariant_1.frag9 // GL_VERSION: OpenGL ES 3.2 NVIDIA 361.00
Dvariant_2.frag9 // GL_VERSION: OpenGL ES 3.2 NVIDIA 361.00
/external/mesa3d/src/glx/
Dsingle2.c664 case GL_VERSION: in __indirect_glGetString()
701 case GL_VERSION:{ in __indirect_glGetString()
778 (void *) glGetString(GL_VERSION); in __indirect_glGetString()
Dglxcurrent.c248 glGetString(GL_VERSION); in MakeContextCurrent()
/external/deqp/external/openglcts/modules/common/
DglcInfoTests.cpp130 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/external/deqp/modules/gles3/
Dtes3InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/external/deqp/modules/gles31/
Dtes31InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/external/deqp/modules/gles2/
Dtes2InfoTests.cpp134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
/external/libkmsxx/kmscube/
Dcube-gles2.cpp150 printf("GL_VERSION: %s\n", glGetString(GL_VERSION)); in GlScene()
/external/mesa3d/src/
DSConscript23 the current git hash id in the GL_VERSION string. This function tries
/external/deqp/modules/gles3/functional/
Des3fStringQueryTests.cpp71 const char* string = (const char*)glGetString(GL_VERSION); in init()
/external/mesa3d/src/mesa/main/
Dgetstring.c140 case GL_VERSION: in _mesa_GetString()
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java104 String version = gl.glGetString(GL10.GL_VERSION); in onSurfaceCreated()

123