Home | History | Annotate | Download | only in GLES_trace

Lines Matching full:trace

8     enabled. Currently, the shell properties "debug.egl.trace" and "debug.egl.debug_proc" together
10 calls GLTrace_start() to start the trace server.
13 specific gl_hooks structure to point to the trace implementation. From this point on, every
14 GLES call is redirected to the trace implementation.
19 trace implementation.
21 For EGL calls, the trace library provides a bunch of functions that must be explicitly called
35 real GL implementation, and we need to switch them to point to the trace implementation.
42 - switch the gl hooks to point to the trace implementation.
43 - call trace eglMakeCurrent to indicate that there is now a new context that is current.
45 This switches the hooks to point to the trace implementation only for the current context.
64 EGL/eglApi.cpp to initialize the trace library, and to inform the library of EGL calls.