Searched refs:flushingPaths (Results 1 – 4 of 4) sorted by relevance
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()
123 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources() local124 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()
296 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources() local297 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()