Home
last modified time | relevance | path

Searched refs:mAllocators (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DEncodingContext.cpp67 mIterator.AcquireCommandBlocks(std::move(mAllocators)); in MoveToIterator()
209 mAllocators.push_back(std::move(allocator)); in CommitCommands()
DEncodingContext.h170 std::vector<CommandAllocator> mAllocators; variable