Home
last modified time | relevance | path

Searched defs:completedValue (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DFence.h38 uint64_t completedValue = 0; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFence.cpp102 void FenceBase::SetCompletedValue(uint64_t completedValue) { in SetCompletedValue()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DFenceTests.cpp60 void WaitForCompletedValue(dawn::Fence fence, uint64_t completedValue) { in WaitForCompletedValue()