Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp195 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()
DGrCoverageCountingPathRenderer.h104 SkSTArray<4, sk_sp<GrCCPerOpListPaths>> fFlushingPaths; variable
/external/skqp/tools/gpu/
DGrTest.cpp290 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()