Searched refs:flushingPaths (Results 1 – 3 of 3) sorted by relevance
170 SkSTArray<8, sk_sp<GrCCPerOpsTaskPaths>> flushingPaths; in preFlush() local171 flushingPaths.reserve_back(fPendingPaths.size()); in preFlush()173 flushingPaths.push_back(std::move(paths)); in preFlush()175 for (const auto& clipsIter : flushingPaths.back()->fClipPaths) { in preFlush()184 ClipMapsIter it(flushingPaths.begin()); in preFlush()185 ClipMapsIter end(flushingPaths.end()); in preFlush()
253 for (const auto& flushingPaths : fFlushingPaths) { in preFlush() local254 for (GrCCDrawPathsOp* op : flushingPaths->fDrawOps) { in preFlush()257 for (auto& clipsIter : flushingPaths->fClipPaths) { in preFlush()274 for (auto& flushingPaths : fFlushingPaths) { in preFlush() local275 SkASSERT(!flushingPaths->fFlushResources); in preFlush()276 flushingPaths->fFlushResources = resources; in preFlush()287 for (auto& flushingPaths : fFlushingPaths) { in postFlush() local288 flushingPaths->fFlushResources = nullptr; in postFlush()
296 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources() local297 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()