/external/skia/src/gpu/instanced/ |
D | InstancedRenderingTypes.h | 122 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));
|
D | InstancedRendering.cpp | 392 if (!OpInfo::CanCombine(fInfo, that->fInfo) || fProcessors != that->fProcessors) { in onCombineIfPossible()
|
/external/skia/src/gpu/ |
D | GrPipeline.h | 105 static bool CanCombine(const GrPipeline& a, const SkRect& aBounds, in CanCombine() function
|
/external/skia/src/gpu/ops/ |
D | GrRegionOp.cpp | 126 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrLatticeOp.cpp | 141 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrNonAAFillRectOp.cpp | 156 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrNonAAFillRectPerspectiveOp.cpp | 186 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAtlasTextOp.cpp | 162 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDrawAtlasOp.cpp | 157 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAnalyticRectOp.cpp | 352 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAALinearizingConvexPathRenderer.cpp | 282 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDrawVerticesOp.cpp | 251 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrOvalOpFactory.cpp | 1112 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()
|
D | GrShadowRRectOp.cpp | 361 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible() 776 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAAFillRectOp.cpp | 265 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDefaultPathRenderer.cpp | 268 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAAStrokeRectOp.cpp | 389 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrMSAAPathRenderer.cpp | 455 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 | GrSmallPathRenderer.cpp | 701 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrAAConvexPathRenderer.cpp | 917 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|
D | GrDashOp.cpp | 633 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(), in onCombineIfPossible()
|