Searched refs:GL_EXTENSIONS (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DExtensions.cpp55 findExtensions((const char*) glGetString(GL_EXTENSIONS), mGlExtensionList);
130 ALOGD("Supported GL extensions:\n%s", (const char*) glGetString(GL_EXTENSIONS));
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp103 * Here we cache the GL_EXTENSIONS string for this context and we
108 // call the implementation's glGetString(GL_EXTENSIONS)
109 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
H A Degl.cpp289 if (name != GL_EXTENSIONS)
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp108 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp108 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp218 const GLubyte* extensions = glGetString(GL_EXTENSIONS);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp88 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if69 public static final int GL_EXTENSIONS = 0x1F03;
H A DGLES20Header.java-if201 public static final int GL_EXTENSIONS = 0x1F03;
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp343 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp275 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp299 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp246 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp454 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp409 printGLString("Extensions", GL_EXTENSIONS);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp116 glGetString(GL_EXTENSIONS));
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java69 public static final int GL_EXTENSIONS = 0x1F03; field in class:GLES10
H A DGLES20.java201 public static final int GL_EXTENSIONS = 0x1F03; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java67 int GL_EXTENSIONS = 0x1F03; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp349 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString;
/frameworks/rs/driver/
H A DrsdGL.cpp353 dc->gl.gl.extensions = glGetString(GL_EXTENSIONS);
/frameworks/native/opengl/include/GLES/
H A Dgl.h404 #define GL_EXTENSIONS 0x1F03 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h251 #define GL_EXTENSIONS 0x1F03 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h361 #define GL_EXTENSIONS 0x1F03 macro
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp136 printGLString("Extensions", GL_EXTENSIONS);

Completed in 2888 milliseconds

12