Searched refs:fFlushResources (Results 1 – 4 of 4) sorted by relevance
104 const GrCCPerFlushResources* resources = fFlushingPaths.front()->fFlushResources.get(); in testingOnly_getCurrentFlushResources()107 SkASSERT(flushingPaths->fFlushResources.get() == resources); in testingOnly_getCurrentFlushResources()
314 SkASSERT(!flushingPaths->fFlushResources); in preFlush()315 flushingPaths->fFlushResources = resources; in preFlush()327 flushingPaths->fFlushResources = nullptr; in postFlush()
29 sk_sp<const GrCCPerFlushResources> fFlushResources; member
419 const GrCCPerFlushResources* resources = fOwningPerOpListPaths->fFlushResources.get(); in onExecute()