Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DExtensions.cpp53 findExtensions((const char*) glGetString(GL_EXTENSIONS), mGlExtensionList); in Extensions()
124 ALOGD("Supported GL extensions:\n%s", (const char*) glGetString(GL_EXTENSIONS)); in dump()
/frameworks/native/opengl/libs/EGL/
Degl.cpp289 if (name != GL_EXTENSIONS) in egl_get_string_for_current_context()
307 if (name != GL_EXTENSIONS) in egl_get_string_for_current_context()
Degl_object.cpp112 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp108 printGLString("Extensions", GL_EXTENSIONS); in setupGraphics()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp108 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.cpp88 printGLString("Extensions", GL_EXTENSIONS); in init_scene()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp343 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp275 printGLString("Extensions", GL_EXTENSIONS); in init_gl_surface()
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp250 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
DGL10Header.java-if66 int GL_EXTENSIONS = 0x1F03;
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp299 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp454 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp409 printGLString("Extensions", GL_EXTENSIONS); in main()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java67 int GL_EXTENSIONS = 0x1F03; field
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp116 glGetString(GL_EXTENSIONS)); in create()
/frameworks/base/opengl/java/android/opengl/
DGLES10.java69 public static final int GL_EXTENSIONS = 0x1F03; field in GLES10
DGLES20.java201 public static final int GL_EXTENSIONS = 0x1F03; field in GLES20
/frameworks/base/libs/hwui/tests/
Dnullgles.cpp144 case GL_EXTENSIONS: in getString()
/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.cpp353 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;
/frameworks/native/opengl/include/GLES/
Dgl.h404 #define GL_EXTENSIONS 0x1F03 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h251 #define GL_EXTENSIONS 0x1F03 macro

12