Searched refs:fFenceValue (Results 1 – 2 of 2) sorted by relevance
291 : fCommandList(std::move(commandList)), fFenceValue(fenceValue) { in OutstandingCommandList()294 uint64_t fFenceValue; member
116 SkASSERT(list->fFenceValue <= fenceValue); in destroyResources()199 while (front && front->fFenceValue <= currentFenceValue) { in checkForFinishedCommandLists()