Loading opengl/libs/EGL/trace.cpp +0 −19 Original line number Diff line number Diff line Loading @@ -360,25 +360,6 @@ EGLAPI gl_hooks_t gHooksTrace = { #undef TRACE_GL_VOID #undef TRACE_GL // define the ES 1.0 Debug_gl* functions as Tracing_gl functions #define TRACE_GL_VOID(_api, _args, _argList, ...) \ static void Debug_ ## _api _args { \ TraceGL(#_api, __VA_ARGS__); \ gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ _c->_api _argList; \ } #define TRACE_GL(_type, _api, _args, _argList, ...) \ static _type Debug_ ## _api _args { \ TraceGL(#_api, __VA_ARGS__); \ gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ return _c->_api _argList; \ } extern "C" { #include "../debug.in" } /////////////////////////////////////////////////////////////////////////// // Systrace /////////////////////////////////////////////////////////////////////////// Loading Loading
opengl/libs/EGL/trace.cpp +0 −19 Original line number Diff line number Diff line Loading @@ -360,25 +360,6 @@ EGLAPI gl_hooks_t gHooksTrace = { #undef TRACE_GL_VOID #undef TRACE_GL // define the ES 1.0 Debug_gl* functions as Tracing_gl functions #define TRACE_GL_VOID(_api, _args, _argList, ...) \ static void Debug_ ## _api _args { \ TraceGL(#_api, __VA_ARGS__); \ gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ _c->_api _argList; \ } #define TRACE_GL(_type, _api, _args, _argList, ...) \ static _type Debug_ ## _api _args { \ TraceGL(#_api, __VA_ARGS__); \ gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ return _c->_api _argList; \ } extern "C" { #include "../debug.in" } /////////////////////////////////////////////////////////////////////////// // Systrace /////////////////////////////////////////////////////////////////////////// Loading