HomeSort by relevance Sort by last modified time
    Searched refs:combineIfPossible (Results 1 - 8 of 8) 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(),
GrRenderTargetOpList.h 156 bool combineIfPossible(const RecordedOp& a, GrOp* b, const GrAppliedClip* bClip,
  /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(),
GrRenderTargetOpList.h 156 bool combineIfPossible(const RecordedOp& a, GrOp* b, const GrAppliedClip* bClip,
  /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
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 156 if (other->combineIfPossible(op.get(), caps)) {
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 156 if (other->combineIfPossible(op.get(), caps)) {

Completed in 1202 milliseconds