Home
last modified time | relevance | path

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

/external/skqp/include/private/
DGrCCPerOpListPaths.h26 SkTInternalLList<GrCCDrawPathsOp> fDrawOps; // This class does not own these ops. member
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp225 for (GrCCDrawPathsOp* op : fFlushingPaths.back()->fDrawOps) { in preFlush()
254 for (GrCCDrawPathsOp* op : flushingPaths->fDrawOps) { in preFlush()
DGrCCDrawPathsOp.cpp117 fOwningPerOpListPaths->fDrawOps.remove(this); in ~GrCCDrawPathsOp()
206 fOwningPerOpListPaths->fDrawOps.addToTail(this); in addToOwningPerOpListPaths()