HomeSort by relevance Sort by last modified time
    Searched defs:combineIfPossible (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrRenderTargetOpList.cpp 296 bool GrRenderTargetOpList::combineIfPossible(const RecordedOp& a, GrOp* b,
317 return a.fOp->combineIfPossible(b, caps);
350 if (this->combineIfPossible(candidate, op.get(), clip, dstProxy, caps)) {
395 if (this->combineIfPossible(fRecordedOps[i], candidate.fOp.get(),
  /external/skqp/src/gpu/
GrRenderTargetOpList.cpp 296 bool GrRenderTargetOpList::combineIfPossible(const RecordedOp& a, GrOp* b,
317 return a.fOp->combineIfPossible(b, caps);
350 if (this->combineIfPossible(candidate, op.get(), clip, dstProxy, caps)) {
395 if (this->combineIfPossible(fRecordedOps[i], candidate.fOp.get(),
  /external/skia/src/gpu/ops/
GrOp.h 33 * Ops of the same subclass may be merged using combineIfPossible. When two ops merge, one
74 bool combineIfPossible(GrOp* that, const GrCaps& caps) {
139 * combined into another op or have another op combined into it via combineIfPossible() after
  /external/skqp/src/gpu/ops/
GrOp.h 33 * Ops of the same subclass may be merged using combineIfPossible. When two ops merge, one
74 bool combineIfPossible(GrOp* that, const GrCaps& caps) {
139 * combined into another op or have another op combined into it via combineIfPossible() after

Completed in 92 milliseconds