Home
last modified time | relevance | path

Searched defs:EVENT (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dtrace.h16 #define ANGLE_TRACE_EVENT_BEGIN0(CATEGORY, EVENT) \ argument
18 #define ANGLE_TRACE_EVENT_END0(CATEGORY, EVENT) \ argument
20 #define ANGLE_TRACE_EVENT_INSTANT0(CATEGORY, EVENT) \ argument
22 #define ANGLE_TRACE_EVENT0(CATEGORY, EVENT) TRACE_EVENT0(ANGLEPlatformCurrent(), CATEGORY, EVENT) argument
/device/generic/vulkan-cereal/third-party/angle/src/common/
Ddebug.h244 # define EVENT(function, message, ...) \ macro
248 # define EVENT(function, message, ...) \ macro
253 # define EVENT(message, ...) (void(0)) macro