Searched refs:opBounds (Results 1 – 6 of 6) 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 | GrRenderTargetOpList.cpp | 324 SkRect opBounds = op->bounds(); in appendOp() local 327 &chain, processorAnalysis, *dstProxy, appliedClip, opBounds, caps, pool, auditTrail)) { in appendOp()
|
D | GrRenderTargetContext.cpp | 2126 SkRect opBounds = op.bounds(); in setupDstProxy() local 2130 opBounds.outset(0.5f, 0.5f); in setupDstProxy() 2138 opBounds.roundOut(&opIBounds); in setupDstProxy()
|