* commit 'bb3b52495909ee1ce5d8b9beb6e8a9c72f0cdd90': EGL: rename CallStack::dump into CallStack::log
This commit is contained in:
commit
8252bf752a
@ -435,7 +435,7 @@ EGLAPI gl_hooks_t gHooksSystrace = {
|
||||
if (error) { \
|
||||
CallStack s; \
|
||||
s.update(); \
|
||||
s.dump("glGetError:" #_api); \
|
||||
s.log("glGetError:" #_api); \
|
||||
} \
|
||||
|
||||
#define TRACE_GL_VOID(_api, _args, _argList, ...) \
|
||||
|
Loading…
Reference in New Issue
Block a user