/external/skia/src/gpu/batches/ |
D | GrTInstanceBatch.h | 127 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible() 132 if (!Impl::CanCombine(this->seedGeometry(), that->seedGeometry(), fOverrides)) { in onCombineIfPossible()
|
D | GrNonAAFillRectBatch.cpp | 136 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
|
D | GrAAFillRectBatch.cpp | 229 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
|
D | GrNinePatch.cpp | 151 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAtlasTextBatch.cpp | 196 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDrawAtlasBatch.cpp | 172 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDrawVerticesBatch.cpp | 173 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAALinearizingConvexPathRenderer.cpp | 280 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDefaultPathRenderer.cpp | 400 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAAStrokeRectBatch.cpp | 332 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAADistanceFieldPathRenderer.cpp | 508 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAAHairLinePathRenderer.cpp | 733 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAAConvexPathRenderer.cpp | 952 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
/external/skia/src/gpu/ |
D | GrPipeline.h | 78 static bool CanCombine(const GrPipeline& a, const SkRect& aBounds,
|
D | GrOvalRenderer.cpp | 737 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/ |
D | GrDashingEffect.cpp | 637 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|