/frameworks/native/libs/gui/ |
ConsumerBase.cpp | 23 #include <EGL/egl.h> 24 #include <EGL/eglext.h>
|
/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 24 #include <EGL/egl.h> 25 #include <EGL/eglext.h> 64 * 1. libs/EGL/trace.cpp: Traces all functions to systrace. 66 * - set system property "debug.egl.trace" to "systrace" to trace all apps. 67 * 2. libs/EGL/trace.cpp: Logs a stack trace for GL errors after each function call. 69 * - set system property "debug.egl.trace" to "error" to trace all apps. 70 * 3. libs/EGL/trace.cpp: Traces all functions to logcat. 72 * - set system property "debug.egl.trace" to 1 to trace all apps. 76 * - set system property "debug.egl.debug_proc" to the application name [all...] |
trace.cpp | 22 #include <EGL/egl.h> 23 #include <EGL/eglext.h>
|
/frameworks/native/services/surfaceflinger/ |
Layer.h | 23 #include <EGL/egl.h> 24 #include <EGL/eglext.h>
|
DisplayDevice.cpp | 33 #include <EGL/egl.h> 34 #include <EGL/eglext.h>
|
/ndk/build/tools/ |
dev-system-import.sh | 624 EGL/egl.h \ 625 EGL/eglext.h \ 626 EGL/eglplatform.h
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
EGL10.java | 17 package javax.microedition.khronos.egl; 21 public interface EGL10 extends EGL {
|
/frameworks/native/opengl/tests/EGLTest/ |
EGL_test.cpp | 21 #include <EGL/egl.h>
|
/frameworks/native/opengl/tests/angeles/ |
app-linux.cpp | 52 #include <EGL/egl.h> 100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n", 118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
|
/frameworks/native/opengl/tests/fillrate/ |
fillrate.cpp | 23 #include <EGL/egl.h>
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
gl_code.cpp | 7 #include <EGL/egl.h>
|
/frameworks/native/opengl/tests/gldual/jni/ |
gl_code.cpp | 7 #include <EGL/egl.h>
|
/frameworks/native/opengl/tests/textures/ |
textures.cpp | 21 #include <EGL/egl.h>
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
EGL14cHeader.cpp | 27 #include <EGL/egl.h>
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.cpp | 29 #include <EGL/egl.h>
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
GL2Decoder.cpp | 18 #include <EGL/egl.h>
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
gl_yuvtex.cpp | 23 #include <EGL/egl.h> 24 #include <EGL/eglext.h> 251 fprintf(stderr, "EGL version %d.%d\n", majorVersion, minorVersion);
|
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 83 #include <EGL/egl.h> 84 #include <EGL/eglext.h>
|
hwcRects.cpp | 102 #include <EGL/egl.h> 103 #include <EGL/eglext.h>
|
hwcStress.cpp | 99 #include <EGL/egl.h> 100 #include <EGL/eglext.h>
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/frameworks/base/opengl/java/android/opengl/ |
EGLLogWrapper.java | 22 import javax.microedition.khronos.egl.EGL; 23 import javax.microedition.khronos.egl.EGL10; 24 import javax.microedition.khronos.egl.EGL11; 25 import javax.microedition.khronos.egl.EGLConfig; 26 import javax.microedition.khronos.egl.EGLContext; 27 import javax.microedition.khronos.egl.EGLDisplay; 28 import javax.microedition.khronos.egl.EGLSurface; 38 public EGLLogWrapper(EGL egl, int configFlags, Writer log) [all...] |
/frameworks/native/opengl/tests/gl2_yuvtex/ |
gl2_yuvtex.cpp | 23 #include <EGL/egl.h> 24 #include <EGL/eglext.h> 361 fprintf(stderr, "EGL version %d.%d\n", majorVersion, minorVersion);
|
/sdk/emulator/opengl/ |
Android.mk | 67 include $(EMUGL_PATH)/host/libs/Translator/EGL/Android.mk
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
main.c | 22 #include <EGL/egl.h> 61 * Initialize an EGL context for the current display. 64 // initialize OpenGL ES and EGL 146 * Tear down the EGL context currently associated with the display.
|