Lines Matching refs:egl
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.
109 property_get("debug.egl.trace", value, "0");
138 property_get("debug.egl.debug_proc", value, "");
145 // set EGL debug if the "debug.egl.debug_proc" property
184 * The effective trace level is the max of this level and the value of debug.egl.trace.
223 property_get("debug.egl.callstack", value, "0");
309 // dynamically load our EGL implementation
335 property_get("debug.egl.callstack", value, "0");
352 // GL / EGL hooks