Searched refs:opBounds (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/ |
D | GrOpFlushState.cpp | 34 void GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp(const GrOp* op, const SkRect& opBounds) { in executeDrawsAndUploadsForMeshDrawOp() argument 45 fCurrDraw->fMeshes, fCurrDraw->fMeshCnt, opBounds); in executeDrawsAndUploadsForMeshDrawOp()
|
D | GrOpFlushState.h | 44 void executeDrawsAndUploadsForMeshDrawOp(const GrOp* op, const SkRect& opBounds);
|
D | GrRenderTargetOpList.cpp | 322 SkRect opBounds = op->bounds(); in appendOp() local 325 &chain, processorAnalysis, *dstProxy, appliedClip, opBounds, caps, pool, auditTrail)) { in appendOp()
|
D | GrRenderTargetContext.cpp | 2016 SkRect opBounds = op.bounds(); in setupDstProxy() local 2020 opBounds.outset(0.5f, 0.5f); in setupDstProxy() 2028 opBounds.roundOut(&opIBounds); in setupDstProxy()
|
/external/skia/src/gpu/ |
D | GrOpsTask.cpp | 330 SkRect opBounds = op->bounds(); in appendOp() local 332 if (!this->tryConcat(&chain, processorAnalysis, *dstProxyView, appliedClip, opBounds, caps, in appendOp()
|