Searched defs:ATRACE_NAME (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_trace.h27 // ATRACE_NAME traces from its location until the end of its enclosing scope.
30 #define ATRACE_NAME(name) android::EglScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name) macro
32 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
33 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
55 #define ATRACE_NAME(...) macro
/frameworks/rs/
H A DrsContext.h30 #define ATRACE_NAME(...) macro

Completed in 4125 milliseconds