Home
last modified time | relevance | path

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

/external/skia/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/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/skia/tools/gpu/
DGrTest.cpp123 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources() local
124 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()
/external/skqp/tools/gpu/
DGrTest.cpp296 for (const auto& flushingPaths : fFlushingPaths) { in testingOnly_getCurrentFlushResources() local
297 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()