Searched refs:fOwningPerOpListPaths (Results 1 – 4 of 4) sorted by relevance
116 if (fOwningPerOpListPaths) { in ~GrCCDrawPathsOp()118 fOwningPerOpListPaths->fDrawOps.remove(this); in ~GrCCDrawPathsOp()188 SkASSERT(fOwningPerOpListPaths); in onCombineIfPossible()190 SkASSERT(!that->fOwningPerOpListPaths || that->fOwningPerOpListPaths == fOwningPerOpListPaths); in onCombineIfPossible()198 fDraws.append(std::move(that->fDraws), &fOwningPerOpListPaths->fAllocator); in onCombineIfPossible()207 SkASSERT(!fOwningPerOpListPaths); in addToOwningPerOpListPaths()208 fOwningPerOpListPaths = std::move(owningPerOpListPaths); in addToOwningPerOpListPaths()209 fOwningPerOpListPaths->fDrawOps.addToTail(this); in addToOwningPerOpListPaths()397 SkASSERT(fOwningPerOpListPaths); in onExecute()399 const GrCCPerFlushResources* resources = fOwningPerOpListPaths->fFlushResources.get(); in onExecute()
124 sk_sp<GrCCPerOpListPaths> fOwningPerOpListPaths; variable
115 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()
120 sk_sp<GrCCPerOpListPaths> fOwningPerOpListPaths; variable