Searched refs:TRACE_EVENT_BEGIN0 (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | trace.h | 17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | trace.h | 17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | QueueD3D12.cpp | 40 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | QueueVk.cpp | 46 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
|
/third_party/cef/tests/ceftests/ |
D | tracing_unittest.cc | 149 TRACE_EVENT_BEGIN0(kTraceTestCategory, "TT_TRACE_EVENT_BEGIN0"); in TestTracing() 173 TRACE_EVENT_BEGIN0(kTraceTestCategory, "TT_TRACE_EVENT_END0"); in TestTracing()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | QueueGL.cpp | 32 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | QueueMTL.mm | 39 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands");
|
/third_party/cef/libcef/common/ |
D | base_impl.cc | 95 TRACE_EVENT_BEGIN0(kCategory, name); in cef_trace_event_begin()
|
/third_party/cef/include/base/ |
D | cef_trace_event.h | 209 #define TRACE_EVENT_BEGIN0(category, name) \ macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/trace_event/ |
D | trace_event.h | 196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ macro
|
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/ |
D | trace_event.h | 196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ macro
|
/third_party/node/src/tracing/ |
D | trace_event_common.h | 282 #define TRACE_EVENT_BEGIN0(category_group, name) \ macro
|
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
D | TraceEvent.h | 202 #define TRACE_EVENT_BEGIN0(platform, category, name) \ macro
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 3581 +#define TRACE_EVENT_BEGIN0(category_group, name) \ 3585 + TRACE_EVENT_BEGIN0(category_group, \ 3589 + TRACE_EVENT_BEGIN0(category_group, GetStringFromArgs(name, arg1_name, \ 3592 #define TRACE_EVENT_BEGIN0(category_group, name) \ 3604 + TRACE_EVENT_BEGIN0(category_group, name)
|