commit | a2dd6cf59962e3a21a47df29b2f243e904839ba7 | [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 | 9f50aa5039308180a17a178ef719d8d9810c503b | |
parent | 71ff5d15b9901e2be0b64df236e7f8bc5a395a0a [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