commit | d4d0fb966060f7eaeb7b93e113482724c51c15e6 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Tue Oct 26 15:21:24 2010 -0700 |
committer | Jack Palevich <jackpal@google.com> | Tue Oct 26 15:21:24 2010 -0700 |
tree | c0a9c5f199fe441609d2c3a800e6551bc559d732 | |
parent | f0a896b353e01c7093ba2ee0539f1a7cabef6ec6 [diff] [blame] |
OpenGL tracing. Enable with: adb shell setprop debug.egl.trace 1 Change-Id: Icfbc795f5260141510975228e72234e9aab56a85
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h index 1ab58cc..812e26d 100644 --- a/opengl/libs/hooks.h +++ b/opengl/libs/hooks.h
@@ -141,6 +141,11 @@ #endif +#if EGL_TRACE + +extern gl_hooks_t const* getGLTraceThreadSpecific(); + +#endif // ---------------------------------------------------------------------------- }; // namespace android