Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/
DGrTest.cpp104 const GrCCPerFlushResources* resources = fFlushingPaths.front()->fFlushResources.get(); in testingOnly_getCurrentFlushResources()
107 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp314 SkASSERT(!flushingPaths->fFlushResources); in preFlush()
315 flushingPaths->fFlushResources = resources; in preFlush()
327 flushingPaths->fFlushResources = nullptr; in postFlush()
DGrCCPerOpListPaths.h29 sk_sp<const GrCCPerFlushResources> fFlushResources; member
DGrCCDrawPathsOp.cpp419 const GrCCPerFlushResources* resources = fOwningPerOpListPaths->fFlushResources.get(); in onExecute()