Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrTInstanceBatch.h127 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
132 if (!Impl::CanCombine(this->seedGeometry(), that->seedGeometry(), fOverrides)) { in onCombineIfPossible()
DGrNonAAFillRectBatch.cpp136 static bool CanCombine(const Geometry& mine, const Geometry& theirs, in CanCombine() function in NonAAFillRectBatchImp
181 static bool CanCombine(const Geometry& mine, const Geometry& theirs, in CanCombine() function in NonAAFillRectBatchPerspectiveImp
DGrAAFillRectBatch.cpp229 static bool CanCombine(const Geometry& mine, const Geometry& theirs, in CanCombine() function in AAFillRectBatchNoLocalMatrixImp
279 static bool CanCombine(const Geometry& mine, const Geometry& theirs, in CanCombine() function in AAFillRectBatchLocalMatrixImp
DGrNinePatch.cpp151 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAtlasTextBatch.cpp196 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDrawAtlasBatch.cpp172 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDrawVerticesBatch.cpp173 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAALinearizingConvexPathRenderer.cpp280 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrDefaultPathRenderer.cpp400 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAStrokeRectBatch.cpp332 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAADistanceFieldPathRenderer.cpp508 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAHairLinePathRenderer.cpp733 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
DGrAAConvexPathRenderer.cpp952 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
/external/skia/src/gpu/
DGrPipeline.h78 static bool CanCombine(const GrPipeline& a, const SkRect& aBounds,
DGrOvalRenderer.cpp737 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
956 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
1201 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
1507 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
1698 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp637 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()