Home
last modified time | relevance | path

Searched refs:GL_EXTENSIONS (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/native/opengl/libs/EGL/
Degl.cpp125 if (name != GL_EXTENSIONS) in egl_get_string_for_current_context()
143 if (name != GL_EXTENSIONS) in egl_get_string_for_current_context()
Degl_object.cpp303 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
/frameworks/base/libs/hwui/debug/
DNullGlesDriver.cpp160 case GL_EXTENSIONS: in getString()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp113 printGLString("Extensions", GL_EXTENSIONS); in setupGraphics()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp113 printGLString("Extensions", GL_EXTENSIONS); in setupGraphics()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp218 const GLubyte* extensions = glGetString(GL_EXTENSIONS); in isMeasurementSupported()
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp93 printGLString("Extensions", GL_EXTENSIONS); in init_scene()
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp192 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
DGL10Header.java-if66 int GL_EXTENSIONS = 0x1F03;
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp298 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp385 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp408 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp273 printGLString("Extensions", GL_EXTENSIONS); in init_gl_surface()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp453 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java67 int GL_EXTENSIONS = 0x1F03; field
/frameworks/base/opengl/java/android/opengl/
DGLES10.java69 public static final int GL_EXTENSIONS = 0x1F03; field in GLES10
DGLES20.java203 public static final int GL_EXTENSIONS = 0x1F03; field in GLES20
/frameworks/native/opengl/libagl/
Dstate.cpp349 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString; in glGetString()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h361 #define GL_EXTENSIONS 0x1F03 macro
/frameworks/rs/driver/
DrsdGL.cpp343 dc->gl.gl.extensions = glGetString(GL_EXTENSIONS); in rsdGLInit()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10Header.java-if69 public static final int GL_EXTENSIONS = 0x1F03;
DGLES20Header.java-if203 public static final int GL_EXTENSIONS = 0x1F03;
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp134 printGLString("Extensions", GL_EXTENSIONS); in hwcTestInitDisplay()
/frameworks/native/opengl/include/GLES/
Dgl.h306 #define GL_EXTENSIONS 0x1F03 macro
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp889 const char* exts = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS)); in movie()

12