Home
last modified time | relevance | path

Searched refs:Recording (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DRecording.cpp8 #include "experimental/graphite/src/Recording.h"
14 Recording::Recording(sk_sp<CommandBuffer> commandBuffer) in Recording() function in skgpu::Recording
18 Recording::~Recording() {} in ~Recording()
H A DRecording.h17 class Recording final {
19 Recording(sk_sp<CommandBuffer>);
20 ~Recording();
H A DRecorder.cpp16 #include "experimental/graphite/src/Recording.h"
52 std::unique_ptr<Recording> Recorder::snap() { in snap()
60 return std::unique_ptr<Recording>(new Recording(std::move(commandBuffer))); in snap()
H A DRecorder.h19 class Recording;
34 std::unique_ptr<Recording> snap();
H A DContext.cpp16 #include "experimental/graphite/src/Recording.h"
42 void Context::insertRecording(std::unique_ptr<Recording> recording) { in insertRecording()
/third_party/skia/experimental/graphite/include/
H A DContext.h24 class Recording;
61 void insertRecording(std::unique_ptr<Recording>);
76 std::vector<std::unique_ptr<Recording>> fRecordings;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DQueueVk.cpp46 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
52 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferVk::RecordCommands"); in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQueueD3D12.cpp40 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
45 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTestPlatform.cpp34 {1, dawn_platform::TraceCategory::Recording},
40 static_assert(static_cast<uint32_t>(dawn_platform::TraceCategory::Recording) == 2, "");
56 case dawn_platform::TraceCategory::Recording: in GetTraceCategoryEnabledFlag()
H A DDawnPerfTest.cpp46 case dawn_platform::TraceCategory::Recording: in DumpTraceEventsToJSONFile()
320 case dawn_platform::TraceCategory::Recording: in OutputResults()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DQueueGL.cpp32 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl()
36 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
H A DDawnPlatform.h31 Recording, // Native command recording member in dawn_platform::TraceCategory
/third_party/skia/dm/
H A DDMSrcSink.cpp86 #include "experimental/graphite/src/Recording.h"
2187 std::unique_ptr<skgpu::Recording> recording = recorder->snap(); in draw()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 32 milliseconds