Home
last modified time | relevance | path

Searched refs:fOwningPerOpListPaths (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp115 if (fOwningPerOpListPaths) { in ~GrCCDrawPathsOp()
117 fOwningPerOpListPaths->fDrawOps.remove(this); in ~GrCCDrawPathsOp()
185 SkASSERT(fOwningPerOpListPaths); in onCombineIfPossible()
187 SkASSERT(!that->fOwningPerOpListPaths || that->fOwningPerOpListPaths == fOwningPerOpListPaths); in onCombineIfPossible()
195 fDraws.append(std::move(that->fDraws), &fOwningPerOpListPaths->fAllocator); in onCombineIfPossible()
204 SkASSERT(!fOwningPerOpListPaths); in addToOwningPerOpListPaths()
205 fOwningPerOpListPaths = std::move(owningPerOpListPaths); in addToOwningPerOpListPaths()
206 fOwningPerOpListPaths->fDrawOps.addToTail(this); in addToOwningPerOpListPaths()
394 SkASSERT(fOwningPerOpListPaths); in onExecute()
396 const GrCCPerFlushResources* resources = fOwningPerOpListPaths->fFlushResources.get(); in onExecute()
DGrCCDrawPathsOp.h120 sk_sp<GrCCPerOpListPaths> fOwningPerOpListPaths; variable