Searched refs:_args (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/opengl/libs/EGL/ |
D | trace.cpp | 320 #define TRACE_GL_VOID(_api, _args, _argList, ...) \ argument 321 static void Tracing_ ## _api _args { \ 327 #define TRACE_GL(_type, _api, _args, _argList, ...) \ argument 328 static _type Tracing_ ## _api _args { \ 357 #define TRACE_GL_VOID(_api, _args, _argList, ...) \ argument 358 static void Debug_ ## _api _args { \ 364 #define TRACE_GL(_type, _api, _args, _argList, ...) \ argument 365 static _type Debug_ ## _api _args { \
|