replicant-frameworks_native/opengl/libs/GLES_trace
Siva Velusamy a73a97728b gltrace: Add support for tracing running applications.
Currently, to activate OpenGL tracing, an application has to be
start with --opengl-trace option (or have a debug prop set).

This CL adds support for tracing an application which may already
be running. This is implemented as follows:
    - DDMS initiates a JDWP message to the VM indicating that
      opengl traces be enabled.
    - When that message is received, a flag is set that indicates
      that tracing should be enabled.
    - The trace flag is checked during every eglSwap() operation,
      and if it finds that tracing should be active and it isn't,
      then it starts the tracing component.

Change-Id: I3347fe89fc06c7404d7aa9360f4b21e5bf36ebcb
2012-12-20 10:38:47 -08:00
..
src gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
tools gltrace: Make code 64-bit safe. 2012-02-27 12:08:47 -08:00
.gitignore
Android.mk
DESIGN.txt gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
dev.make gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00
gltrace.proto gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00