Home | History | Annotate | Download | only in EGL

Lines Matching full:trace

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.
109 property_get("debug.egl.trace", value, "0");
183 * Global entry point to allow applications to modify their own trace level.
184 * The effective trace level is the max of this level and the value of debug.egl.trace.