/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 125 if (name != GL_EXTENSIONS) in egl_get_string_for_current_context() 143 if (name != GL_EXTENSIONS) in egl_get_string_for_current_context()
|
D | egl_object.cpp | 303 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.cpp | 160 case GL_EXTENSIONS: in getString()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 113 printGLString("Extensions", GL_EXTENSIONS); in setupGraphics()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 113 printGLString("Extensions", GL_EXTENSIONS); in setupGraphics()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_PerfMeasurement.cpp | 218 const GLubyte* extensions = glGetString(GL_EXTENSIONS); in isMeasurementSupported()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 93 printGLString("Extensions", GL_EXTENSIONS); in init_scene()
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 192 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
|
D | GL10Header.java-if | 66 int GL_EXTENSIONS = 0x1F03;
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 298 printGLString("Extensions", GL_EXTENSIONS); in main()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 385 printGLString("Extensions", GL_EXTENSIONS); in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 408 printGLString("Extensions", GL_EXTENSIONS); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 273 printGLString("Extensions", GL_EXTENSIONS); in init_gl_surface()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 453 printGLString("Extensions", GL_EXTENSIONS); in main()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 67 int GL_EXTENSIONS = 0x1F03; field
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 69 public static final int GL_EXTENSIONS = 0x1F03; field in GLES10
|
D | GLES20.java | 203 public static final int GL_EXTENSIONS = 0x1F03; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 349 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString; in glGetString()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 361 #define GL_EXTENSIONS 0x1F03 macro
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 343 dc->gl.gl.extensions = glGetString(GL_EXTENSIONS); in rsdGLInit()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 69 public static final int GL_EXTENSIONS = 0x1F03;
|
D | GLES20Header.java-if | 203 public static final int GL_EXTENSIONS = 0x1F03;
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 134 printGLString("Extensions", GL_EXTENSIONS); in hwcTestInitDisplay()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 306 #define GL_EXTENSIONS 0x1F03 macro
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 889 const char* exts = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS)); in movie()
|