Searched refs:combineIfPossible (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrRenderTargetOpList.cpp231 bool GrRenderTargetOpList::combineIfPossible(const RecordedOp& a, GrOp* b, function in class:GrRenderTargetOpList
252 return a.fOp->combineIfPossible(b, caps);
285 if (this->combineIfPossible(candidate, op.get(), clip, dstProxy, caps)) {
332 if (this->combineIfPossible(fRecordedOps[i], candidate.fOp.get(),
H A DGrRenderTargetOpList.h138 bool combineIfPossible(const RecordedOp& a, GrOp* b, const GrAppliedClip* bClip,
/external/skia/src/gpu/ops/
H A DGrOp.h33 * Ops of the same subclass may be merged using combineIfPossible. When two ops merge, one
68 bool combineIfPossible(GrOp* that, const GrCaps& caps) { function in class:GrOp
133 * combined into another op or have another op combined into it via combineIfPossible() after

Completed in 267 milliseconds