Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DExtensions.cpp75 const char* version = (const char*) glGetString(GL_VERSION); in Extensions()
129 ALOGD("%s", (const char*) glGetString(GL_VERSION)); in dump()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp105 printGLString("Version", GL_VERSION); in setupGraphics()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp105 printGLString("Version", GL_VERSION); in setupGraphics()
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp85 printGLString("Version", GL_VERSION); in init_scene()
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp79 glGetString(GL_VERSION), in create()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp295 printGLString("Version", GL_VERSION); in main()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp339 printGLString("Version", GL_VERSION); in main()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp271 printGLString("Version", GL_VERSION); in init_gl_surface()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp405 printGLString("Version", GL_VERSION); in main()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp450 printGLString("Version", GL_VERSION); in main()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java256 int GL_VERSION = 0x1F02; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if255 int GL_VERSION = 0x1F02;
/frameworks/base/opengl/java/android/opengl/
DGLES10.java258 public static final int GL_VERSION = 0x1F02; field in GLES10
DGLES20.java200 public static final int GL_VERSION = 0x1F02; field in GLES20
/frameworks/native/opengl/libagl/
Dstate.cpp348 case GL_VERSION: return (const GLubyte*)gVersionString; in glGetString()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h360 #define GL_VERSION 0x1F02 macro
/frameworks/rs/driver/
DrsdGL.cpp351 dc->gl.gl.version = glGetString(GL_VERSION); in rsdGLInit()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10Header.java-if258 public static final int GL_VERSION = 0x1F02;
DGLES20Header.java-if200 public static final int GL_VERSION = 0x1F02;
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp129 printGLString("Version", GL_VERSION); in hwcTestInitDisplay()
/frameworks/native/opengl/include/GLES/
Dgl.h403 #define GL_VERSION 0x1F02 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h303 #define GL_VERSION 0x1F02 macro
/frameworks/native/opengl/libs/
Denums.in195 GL_ENUM(0x1F02,GL_VERSION)
/frameworks/native/opengl/include/GLES3/
Dgl3.h327 #define GL_VERSION 0x1F02 macro
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd642 GL10.GL_VERSION);

12