Searched refs:GrDrawAtlasPathOp (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | GrDrawAtlasPathOp.cpp | 117 GrProcessorSet::Analysis GrDrawAtlasPathOp::finalize(const GrCaps& caps, const GrAppliedClip* clip, in finalize() 126 GrOp::CombineResult GrDrawAtlasPathOp::onCombineIfPossible( in onCombineIfPossible() 128 auto* that = op->cast<GrDrawAtlasPathOp>(); in onCombineIfPossible() 144 void GrDrawAtlasPathOp::onPrePrepare(GrRecordingContext*, in onPrePrepare() 151 void GrDrawAtlasPathOp::onPrepare(GrOpFlushState* state) { in onPrepare() 164 void GrDrawAtlasPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawAtlasPathOp.h | 14 class GrDrawAtlasPathOp : public GrDrawOp { 18 GrDrawAtlasPathOp(int numRenderTargetSamples, sk_sp<GrTextureProxy> atlasProxy, in GrDrawAtlasPathOp() function
|
D | GrTessellationPathRenderer.cpp | 278 auto op = GrOp::Make<GrDrawAtlasPathOp>(args.fContext, in onDrawPath()
|
/external/skia/gn/ |
D | gpu.gni | 456 "$_src/gpu/tessellate/GrDrawAtlasPathOp.cpp", 457 "$_src/gpu/tessellate/GrDrawAtlasPathOp.h",
|
/external/skia/ |
D | Android.bp | 666 "src/gpu/tessellate/GrDrawAtlasPathOp.cpp", 1650 "src/gpu/tessellate/GrDrawAtlasPathOp.cpp",
|