/frameworks/base/libs/hwui/ |
D | Extensions.cpp | 75 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/ |
D | gl_code.cpp | 105 printGLString("Version", GL_VERSION); in setupGraphics()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 105 printGLString("Version", GL_VERSION); in setupGraphics()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 85 printGLString("Version", GL_VERSION); in init_scene()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 79 glGetString(GL_VERSION), in create()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 295 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 339 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 271 printGLString("Version", GL_VERSION); in init_gl_surface()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 405 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 450 printGLString("Version", GL_VERSION); in main()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 256 int GL_VERSION = 0x1F02; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 255 int GL_VERSION = 0x1F02;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 258 public static final int GL_VERSION = 0x1F02; field in GLES10
|
D | GLES20.java | 200 public static final int GL_VERSION = 0x1F02; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 348 case GL_VERSION: return (const GLubyte*)gVersionString; in glGetString()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 360 #define GL_VERSION 0x1F02 macro
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 351 dc->gl.gl.version = glGetString(GL_VERSION); in rsdGLInit()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 258 public static final int GL_VERSION = 0x1F02;
|
D | GLES20Header.java-if | 200 public static final int GL_VERSION = 0x1F02;
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 129 printGLString("Version", GL_VERSION); in hwcTestInitDisplay()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 403 #define GL_VERSION 0x1F02 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 303 #define GL_VERSION 0x1F02 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 195 GL_ENUM(0x1F02,GL_VERSION)
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 327 #define GL_VERSION 0x1F02 macro
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 642 GL10.GL_VERSION);
|