replicant-frameworks_native/opengl/libs/GLES_trace/src
Siva Velusamy ad9693f4f0 gltrace: flush trace buffer on createContext & makeCurrent
Certain apps (e.g. chrome) seem to create contexts which are unused
for long periods of time. If tracing is stopped before those contexts
are used, then the debugger never gets to know that these contexts
were created. Flushing the trace after these calls ensures that
the debugger knows about all created/used contexts.

Change-Id: I01baa11aa56ac89eddce3c2851e4bf01076984d1
2012-08-16 14:41:20 -07:00
..
gltrace_api.cpp gltrace: Make code 64-bit safe. 2012-02-27 12:08:47 -08:00
gltrace_api.h update GLES headers and add support for corresponding new extensions. 2012-01-28 20:41:35 -08:00
gltrace_context.cpp gltrace: flush trace buffer on createContext & makeCurrent 2012-08-16 14:41:20 -07:00
gltrace_context.h gltrace: Fixup vertex attrib pointers only for GLES2 2012-06-11 11:16:56 -07:00
gltrace_egl.cpp gltrace: add user settings to control data captured. 2012-01-04 12:50:13 -08:00
gltrace_egl.h gltrace: transport buffering and context management 2012-01-04 11:38:37 -08:00
gltrace_eglapi.cpp gltrace: Allow receiving commands of length > 4 2012-05-16 12:00:24 -07:00
gltrace_fixup.cpp gltrace: Fixup vertex attrib pointers only for GLES2 2012-06-11 11:16:56 -07:00
gltrace_fixup.h gltrace: Make code 64-bit safe. 2012-02-27 12:08:47 -08:00
gltrace_hooks.cpp glestrace: Framework for GLES tracing library 2011-12-02 15:30:17 -08:00
gltrace_hooks.h glestrace: Framework for GLES tracing library 2011-12-02 15:30:17 -08:00
gltrace_transport.cpp gltrace: Allow receiving commands of length > 4 2012-05-16 12:00:24 -07:00
gltrace_transport.h gltrace: Allow receiving commands of length > 4 2012-05-16 12:00:24 -07:00
gltrace.pb.cpp gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00
gltrace.pb.h gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00