Home
last modified time | relevance | path

Searched refs:flushingPaths (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp170 SkSTArray<8, sk_sp<GrCCPerOpsTaskPaths>> flushingPaths; in preFlush() local
171 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()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp253 for (const auto& flushingPaths : fFlushingPaths) { in preFlush() local
254 for (GrCCDrawPathsOp* op : flushingPaths->fDrawOps) { in preFlush()
257 for (auto& clipsIter : flushingPaths->fClipPaths) { in preFlush()
274 for (auto& flushingPaths : fFlushingPaths) { in preFlush() local
275 SkASSERT(!flushingPaths->fFlushResources); in preFlush()
276 flushingPaths->fFlushResources = resources; in preFlush()
287 for (auto& flushingPaths : fFlushingPaths) { in postFlush() local
288 flushingPaths->fFlushResources = nullptr; in postFlush()
/external/skqp/tools/gpu/
DGrTest.cpp296 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources() local
297 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()