Searched refs:GL_VERSION (Results 1 – 25 of 54) sorted by relevance
123
/external/mesa3d/docs/relnotes/ |
D | 6.0 | 21 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)
|
D | 6.0.1 | 26 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
|
D | 4.0.3 | 29 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
|
D | 4.0.2 | 27 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
|
D | 6.1 | 81 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
|
/external/skqp/tools/fiddle/ |
D | egl_context.cpp | 34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_grcontext()
|
/external/skia/tools/fiddle/ |
D | egl_context.cpp | 34 driverinfo << "GL Version: " << glGetString(GL_VERSION) << "\n"; in create_grcontext()
|
/external/deqp/modules/gles2/functional/ |
D | es2fStringQueryTests.cpp | 71 const char* string = (const char*)glGetString(GL_VERSION); in init()
|
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/ |
D | variant_4.frag | 9 // GL_VERSION: OpenGL ES 3.2 NVIDIA 361.00
|
D | variant_3.frag | 9 // GL_VERSION: OpenGL ES 3.1 build 1.5@3830101
|
D | variant_1.frag | 9 // GL_VERSION: OpenGL ES 3.2 v1.r12p1-03dev0.92cea07ab1b80f9f42b782b097e01409
|
D | variant_2.frag | 9 // GL_VERSION: OpenGL ES 3.2 V@145.0 (GIT@I86b60582e4)
|
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/ |
D | variant_1.frag | 9 // GL_VERSION: OpenGL ES 3.2 NVIDIA 361.00
|
D | variant_2.frag | 9 // GL_VERSION: OpenGL ES 3.2 NVIDIA 361.00
|
/external/mesa3d/src/glx/ |
D | single2.c | 664 case GL_VERSION: in __indirect_glGetString() 701 case GL_VERSION:{ in __indirect_glGetString() 778 (void *) glGetString(GL_VERSION); in __indirect_glGetString()
|
D | glxcurrent.c | 248 glGetString(GL_VERSION); in MakeContextCurrent()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInfoTests.cpp | 130 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/external/deqp/modules/gles3/ |
D | tes3InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/external/deqp/modules/gles31/ |
D | tes31InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/external/deqp/modules/gles2/ |
D | tes2InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/external/libkmsxx/kmscube/ |
D | cube-gles2.cpp | 150 printf("GL_VERSION: %s\n", glGetString(GL_VERSION)); in GlScene()
|
/external/mesa3d/src/ |
D | SConscript | 23 the current git hash id in the GL_VERSION string. This function tries
|
/external/deqp/modules/gles3/functional/ |
D | es3fStringQueryTests.cpp | 71 const char* string = (const char*)glGetString(GL_VERSION); in init()
|
/external/mesa3d/src/mesa/main/ |
D | getstring.c | 140 case GL_VERSION: in _mesa_GetString()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameRenderer.java | 104 String version = gl.glGetString(GL10.GL_VERSION); in onSurfaceCreated()
|
123