Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAuditTrail.cpp60 OpNode& consumerOp = *fOpsTask[index]; in opsCombined() local
75 childOp->fChildID = consumerOp.fChildren.count(); in opsCombined()
76 consumerOp.fChildren.push_back(childOp); in opsCombined()
80 consumerOp.fBounds = consumer->bounds(); in opsCombined()
/external/skqp/src/gpu/
DGrAuditTrail.cpp60 OpNode& consumerOp = *fOpList[index]; in opsCombined() local
75 childOp->fChildID = consumerOp.fChildren.count(); in opsCombined()
76 consumerOp.fChildren.push_back(childOp); in opsCombined()
80 consumerOp.fBounds = consumer->bounds(); in opsCombined()