replicant-frameworks_native/opengl/libs
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
..
EGL gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
ETC1 Fix convert8To4, convert8To5 2011-12-09 14:06:07 -08:00
GLES2 am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" 2012-11-06 20:41:34 -08:00
GLES_CM Don't wrap EGLImageKHR and EGLSyncKHR anymore 2012-02-14 17:14:36 -08:00
GLES_trace gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
tools Don't wrap EGLImageKHR and EGLSyncKHR anymore 2012-02-14 17:14:36 -08:00
Android.mk Use LOCAL_REQUIRED_MODULES to establish dependency 2012-12-04 12:04:44 -08:00
debug.in Initial commit of GLESv2 debugger server 2011-03-03 18:28:43 -08:00
egl_impl.h Don't wrap EGLImageKHR and EGLSyncKHR anymore 2012-02-14 17:14:36 -08:00
entries.in Fix return type of glGetAttribLocation and glGetUniformLocation 2012-11-06 14:39:08 -08:00
enums.in update GLES headers and add support for corresponding new extensions. 2012-01-28 20:41:35 -08:00
glestrace.h gltrace: Add support for tracing running applications. 2012-12-20 10:38:47 -08:00
hooks.h update GLES headers and add support for corresponding new extensions. 2012-01-28 20:41:35 -08:00
trace.in Fix return type of glGetAttribLocation and glGetUniformLocation 2012-11-06 14:39:08 -08:00