/frameworks/base/libs/hwui/ |
D | Extensions.cpp | 48 const char* version = (const char*) glGetString(GL_VERSION); in Extensions()
|
/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/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 340 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 296 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 272 printGLString("Version", GL_VERSION); in init_gl_surface()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 394 glStr += (char*) glGetString(GL_VERSION); in doDrawInfoPage()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 451 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 406 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/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 115 glGetString(GL_VERSION), in create()
|
/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/base/libs/hwui/debug/ |
D | nullgles.cpp | 151 case GL_VERSION: in getString()
|
/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 | 350 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 | 131 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 | 258 #define GL_VERSION 0x1F02 macro
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 258 #define GL_VERSION 0x1F02 macro
|