Home
last modified time | relevance | path

Searched refs:CanCombine (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/gpu/instanced/
DInstancedRenderingTypes.h122 static bool CanCombine(const OpInfo& a, const OpInfo& b);
148 inline bool OpInfo::CanCombine(const OpInfo& a, const OpInfo& b) { in CanCombine() function
164 SkASSERT(OpInfo::CanCombine(a, b));
DInstancedRendering.cpp392 if (!OpInfo::CanCombine(fInfo, that->fInfo) || fProcessors != that->fProcessors) { in onCombineIfPossible()
/external/skia/src/gpu/
DGrPipeline.h105 static bool CanCombine(const GrPipeline& a, const SkRect& aBounds, in CanCombine() function
/external/skia/src/gpu/ops/
DGrRegionOp.cpp126 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrLatticeOp.cpp141 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrNonAAFillRectOp.cpp156 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrNonAAFillRectPerspectiveOp.cpp186 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAtlasTextOp.cpp162 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDrawAtlasOp.cpp157 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAnalyticRectOp.cpp352 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAALinearizingConvexPathRenderer.cpp282 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDrawVerticesOp.cpp251 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrOvalOpFactory.cpp1112 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
1343 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
1544 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
2012 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
2255 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrShadowRRectOp.cpp361 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
776 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAFillRectOp.cpp265 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDefaultPathRenderer.cpp268 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAStrokeRectOp.cpp389 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrMSAAPathRenderer.cpp455 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAHairLinePathRenderer.cpp733 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrSmallPathRenderer.cpp701 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAConvexPathRenderer.cpp917 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDashOp.cpp633 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()