Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1455 mNumPendingMapOperations = mReadbackSlots.size(); in MapSlotsSynchronously()
1467 while (mNumPendingMapOperations != 0) { in MapSlotsSynchronously()
1481 test->mNumPendingMapOperations--; in SlotMapCallback()
DDawnTest.h544 size_t mNumPendingMapOperations = 0; variable