Home
last modified time | relevance | path

Searched refs:DawnFence (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp80 class DawnFence { class
82 DawnFence(const dawn::Device& device, const dawn::Buffer& buffer) in DawnFence() function in __anon6cafd1240111::DawnFence
94 ~DawnFence() { in ~DawnFence()
99 DawnFence* fence = static_cast<DawnFence*>(userData); in callback()
132 DawnFence* fence = new DawnFence(fDevice, buffer); in insertFence()
138 DawnFence* fence = reinterpret_cast<DawnFence*>(opaqueFence); in waitFence()
143 DawnFence* fence = reinterpret_cast<DawnFence*>(opaqueFence); in deleteFence()
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/
Dmock_api.h67 void FenceOnCompletion(DawnFence self,
86 virtual void OnFenceOnCompletionCallback(DawnFence fence,
96 void CallFenceOnCompletionCallback(DawnFence fence, DawnFenceCompletionStatus status);
141 void(DawnFence fence,
Dmock_api.cpp94 void ProcTableAsClass::FenceOnCompletion(DawnFence self,
123 void ProcTableAsClass::CallFenceOnCompletionCallback(DawnFence fence,
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DApiProcs.cpp267 uint64_t ClientFenceGetCompletedValue(DawnFence cSelf) { in ClientFenceGetCompletedValue()
272 void ClientFenceOnCompletion(DawnFence cFence, in ClientFenceOnCompletion()
359 DawnFence ClientQueueCreateFence(DawnQueue cSelf, DawnFenceDescriptor const* descriptor) { in ClientQueueCreateFence()
373 DawnFence cFence = reinterpret_cast<DawnFence>(allocation->object.get()); in ClientQueueCreateFence()
382 void ClientQueueSignal(DawnQueue cQueue, DawnFence cFence, uint64_t signalValue) { in ClientQueueSignal()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerQueue.cpp20 bool Server::DoQueueSignal(DawnQueue cSelf, DawnFence cFence, uint64_t signalValue) { in DoQueueSignal()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireFenceTests.cpp105 DawnFence fence;
106 DawnFence apiFence;