/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.cpp | 156 case GL_VERSION: in getString()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 110 printGLString("Version", GL_VERSION); in setupGraphics()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 110 printGLString("Version", GL_VERSION); in setupGraphics()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 90 printGLString("Version", GL_VERSION); in init_scene()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 295 printGLString("Version", GL_VERSION); in main()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 212 auto glesVersion = reinterpret_cast<const char*>(glGetString(GL_VERSION)); in requireGlContext()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 397 glStr += (char*) glGetString(GL_VERSION); in doDrawInfoPage()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 382 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 405 printGLString("Version", GL_VERSION); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 270 printGLString("Version", GL_VERSION); in init_gl_surface()
|
/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 | 202 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 | 340 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 | 202 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 | 305 #define GL_VERSION 0x1F02 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 256 #define GL_VERSION 0x1F02 macro
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 273 glGetString(GL_VERSION), glGetString(GL_EXTENSIONS)); in create()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 256 #define GL_VERSION 0x1F02 macro
|