Searched refs:TRACE_EVENT_END0 (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | trace.h | 19 TRACE_EVENT_END0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | trace.h | 19 TRACE_EVENT_END0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | QueueD3D12.cpp | 45 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | QueueVk.cpp | 52 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferVk::RecordCommands"); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | QueueGL.cpp | 36 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | QueueMTL.mm | 43 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands");
|
/third_party/cef/tests/ceftests/ |
D | tracing_unittest.cc | 174 TRACE_EVENT_END0(kTraceTestCategory, "TT_TRACE_EVENT_END0"); in TestTracing()
|
/third_party/cef/libcef/common/ |
D | base_impl.cc | 128 TRACE_EVENT_END0(kCategory, name); in cef_trace_event_end()
|
/third_party/cef/include/base/ |
D | cef_trace_event.h | 230 #define TRACE_EVENT_END0(category, name) \ macro
|
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/ |
D | trace_event.h | 220 #define TRACE_EVENT_END0(platform, category, name) \ macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/trace_event/ |
D | trace_event.h | 220 #define TRACE_EVENT_END0(platform, category, name) \ macro
|
/third_party/node/src/tracing/ |
D | trace_event_common.h | 341 #define TRACE_EVENT_END0(category_group, name) \ macro
|
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
D | TraceEvent.h | 226 #define TRACE_EVENT_END0(platform, category, name) \ macro
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 3630 +#define TRACE_EVENT_END0(category_group, name) \ 3637 + TRACE_EVENT_END0(category_group, name) 3644 + TRACE_EVENT_END0(category_group, name) 3646 #define TRACE_EVENT_END0(category_group, name) \ 3658 + TRACE_EVENT_END0(category_group, name) 3664 + TRACE_EVENT_END0(category_group, name) 3671 + TRACE_EVENT_END0(category_group, name)
|