Home
last modified time | relevance | path

Searched refs:Recording (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/skia/experimental/graphite/src/
DRecording.cpp14 Recording::Recording(sk_sp<CommandBuffer> commandBuffer) in Recording() function in skgpu::Recording
18 Recording::~Recording() {} in ~Recording()
DRecording.h17 class Recording final {
19 Recording(sk_sp<CommandBuffer>);
20 ~Recording();
DRecorder.cpp52 std::unique_ptr<Recording> Recorder::snap() { in snap()
60 return std::unique_ptr<Recording>(new Recording(std::move(commandBuffer))); in snap()
DRecorder.h19 class Recording; variable
34 std::unique_ptr<Recording> snap();
DContext.cpp42 void Context::insertRecording(std::unique_ptr<Recording> recording) { in insertRecording()
/third_party/skia/experimental/graphite/include/
DContext.h24 class Recording; variable
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/d3d12/
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/dawn_native/vulkan/
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/tests/perf_tests/
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()
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/
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/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.transform_feedback.txt25 + Recording of user-defined fragment outputs
30 + Recording of built-in output variables
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DQueueMTL.mm39 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands");
43 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands");
/third_party/flutter/skia/resources/lua/
Dslides_content2.lua60 Skia In Blink : Recording
68 Skia In Blink : Recording response
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-gesture.md9 Recording:
14 Recording terminates as soon as a finger comes up. Recording is acknowledged by an SDL_DOLLARRECORD…
/third_party/skia/gn/
Dgraphite.gni60 "$_src/Recording.cpp",
61 "$_src/Recording.h",
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
DDawnPlatform.h31 Recording, // Native command recording enumerator
/third_party/grpc/examples/csharp/HelloworldUnity/ProjectSettings/
DProjectSettings.asset74 Prepare IOS For Recording: 0
75 Force IOS Speakers When Recording: 0
/third_party/weston/wcap/
DREADME9 Recording in Weston is started by pressing MOD+R and stopped by
/third_party/gstreamer/gstplugins_bad/po/
Dja.po296 #~ msgid "Recording is not supported by this audio device."
Dru.po530 #~ msgid "Recording is not supported by this audio device."
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc609 Command Buffer Recording (5.3 in VK 1.0 Spec)
615 |1 | Recording to buffers | Record a single command in a primary buffer |
621 |7 | Recording for one time usage | Record a primary command buffer with VK_COMMAND_BUFFER_USAGE_O…
626 |12 | Recording with an active occlusion query | Recond a secondary command buffer with occlusionQu…
/third_party/gstreamer/gstplugins_good/po/
Dzh_HK.po134 msgid "Recording is not supported by this audio device."
Dky.po136 msgid "Recording is not supported by this audio device."
/third_party/node/deps/npm/docs/content/using-npm/
Ddevelopers.md116 …llow the [same pattern rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-R…

123456