Searched refs:GL_VERSION (Results 1 – 25 of 29) sorted by relevance
12
/external/mesa3d/docs/ |
D | RELNOTES-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 | RELNOTES-6.0.1 | 26 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
|
D | RELNOTES-4.0.2 | 27 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
|
D | RELNOTES-4.0.3 | 29 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
|
D | RELNOTES-6.1 | 81 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
|
D | RELNOTES-4.0 | 126 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
|
D | RELNOTES-5.1 | 100 will advertise GL_VERSION = "1.5".
|
/external/deqp/modules/gles2/functional/ |
D | es2fStringQueryTests.cpp | 71 const char* string = (const char*)glGetString(GL_VERSION); in init()
|
/external/mesa3d/src/glx/ |
D | single2.c | 666 case GL_VERSION: in __indirect_glGetString() 703 case GL_VERSION:{ in __indirect_glGetString() 780 (void *) glGetString(GL_VERSION); in __indirect_glGetString()
|
D | indirect_glx.c | 154 glGetString(GL_VERSION); in indirect_bind_context()
|
/external/deqp/modules/gles31/ |
D | tes31InfoTests.cpp | 134 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/gles2/ |
D | tes2InfoTests.cpp | 134 addChild(new QueryStringCase(m_context, "version", "Version String", GL_VERSION)); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fStringQueryTests.cpp | 71 const char* string = (const char*)glGetString(GL_VERSION); in init()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglContext.java | 82 String version = GL11.glGetString(GL11.GL_VERSION); in printContextInitInfo()
|
/external/mesa3d/src/mesa/main/ |
D | getstring.c | 126 case GL_VERSION: in _mesa_GetString()
|
D | debug.c | 126 (char *) _mesa_GetString(GL_VERSION)); in _mesa_print_info()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameRenderer.java | 104 String version = gl.glGetString(GL10.GL_VERSION); in onSurfaceCreated()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 457 const char* const versionStr = (const char*)gl.getString(GL_VERSION); in checkVersionString() 735 const string version = (const char*)gl.getString(GL_VERSION); in validateCurrentContext()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 323 case GL_VERSION: return (const glw::GLubyte*)ctx->version.c_str(); in glGetString()
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperContext.cpp | 191 case GL_VERSION: return (const glw::GLubyte*)context->version.c_str(); in getString()
|
D | gluStrUtil.inl | 1407 case GL_VERSION: return "GL_VERSION";
|
/external/mesa3d/src/mesa/ |
D | SConscript | 454 the current git hash id in the GL_VERSION string. This function tries
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 303 #define GL_VERSION 0x1F02 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 403 #define GL_VERSION 0x1F02 macro
|
12