Searched refs:fFlushingPaths (Results 1 – 3 of 3) sorted by relevance
195 SkASSERT(fFlushingPaths.empty()); in preFlush()215 fFlushingPaths.reserve(numOpListIDs); in preFlush()222 fFlushingPaths.push_back(std::move(iter->second)); in preFlush()225 for (GrCCDrawPathsOp* op : fFlushingPaths.back()->fDrawOps) { in preFlush()228 for (const auto& clipsIter : fFlushingPaths.back()->fClipPaths) { in preFlush()253 for (const auto& flushingPaths : fFlushingPaths) { in preFlush()274 for (auto& flushingPaths : fFlushingPaths) { in preFlush()284 if (!fFlushingPaths.empty()) { in postFlush()287 for (auto& flushingPaths : fFlushingPaths) { in postFlush()292 fFlushingPaths.reset(); in postFlush()
104 SkSTArray<4, sk_sp<GrCCPerOpListPaths>> fFlushingPaths; variable
290 if (fFlushingPaths.empty()) { in testingOnly_getCurrentFlushResources()294 const GrCCPerFlushResources* resources = fFlushingPaths.front()->fFlushResources.get(); in testingOnly_getCurrentFlushResources()296 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources()