Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawMetadata.cpp43 auto it = mBatches.begin(); in AddIndexedIndirectDraw()
44 while (it != mBatches.end()) { in AddIndexedIndirectDraw()
90 mBatches.insert(it, std::move(newBatch)); in AddIndexedIndirectDraw()
97 auto it = mBatches.begin(); in AddBatch()
98 while (it != mBatches.end()) { in AddBatch()
117 mBatches.push_back(newBatch); in AddBatch()
122 return mBatches; in GetBatches()
DIndirectDrawMetadata.h92 std::vector<IndexedIndirectValidationBatch> mBatches; variable