Home
last modified time | relevance | path

Searched refs:addDrawOp (Results 1 – 25 of 58) sorted by relevance

123

/third_party/skia/gm/
Dclockwise.cpp268 sdc->addDrawOp(ClockwiseTestOp::Make(rContext, false, 0)); in onDraw()
269 sdc->addDrawOp(ClockwiseTestOp::Make(rContext, true, 100)); in onDraw()
278 topLeftSDC->addDrawOp(ClockwiseTestOp::Make(rContext, false, 0)); in onDraw()
279 topLeftSDC->addDrawOp(ClockwiseTestOp::Make(rContext, true, 100)); in onDraw()
302 topLeftSDC->addDrawOp(ClockwiseTestOp::Make(rContext, false, 0)); in onDraw()
303 topLeftSDC->addDrawOp(ClockwiseTestOp::Make(rContext, true, 100)); in onDraw()
Dtessellation.cpp405 sdc->addDrawOp(GrOp::Make<TessellationTestOp>(rContext, canvas->getTotalMatrix(), kTri1)); in onDraw()
406 sdc->addDrawOp(GrOp::Make<TessellationTestOp>(rContext, canvas->getTotalMatrix(), kTri2)); in onDraw()
407 sdc->addDrawOp(GrOp::Make<TessellationTestOp>(rContext, canvas->getTotalMatrix(), nullptr)); in onDraw()
Dtexelsubset.cpp172 sdc->addDrawOp(std::move(op)); in onDraw()
190 sdc->addDrawOp(std::move(op)); in onDraw()
Daarecteffect.cpp89 sdc->addDrawOp(std::move(op)); in onDraw()
Dconvexpolyeffect.cpp124 sdc->addDrawOp(std::move(op)); in onDraw()
Dbigrrectaaeffect.cpp108 sdc->addDrawOp(skgpu::v1::FillRectOp::MakeNonAARect( in onDraw()
Dbeziereffects.cpp305 sdc->addDrawOp(std::move(op)); in onDraw()
504 sdc->addDrawOp(std::move(op)); in onDraw()
Dconstcolorprocessor.cpp143 sdc->addDrawOp(std::move(op)); in onDraw()
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp153 sdc->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
176 sdc->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
192 sdc->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
237 sdc->addDrawOp(args.fClip, std::move(op)); in onStencilPath()
249 sdc->addDrawOp(args.fClip, std::move(op)); in onStencilPath()
DDashLinePathRenderer.cpp58 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp69 this->addDrawOp(std::move(op)); in fillRectWithFP()
72 void SurfaceFillContext::addDrawOp(GrOp::Owner owner) { in addDrawOp() function in skgpu::v1::SurfaceFillContext
90 this->getOpsTask()->addDrawOp(fContext->priv().drawingManager(), in addDrawOp()
227 this->addDrawOp(std::move(op)); in internalClear()
DSurfaceDrawContext.cpp636 this->addDrawOp(finalClip, FillRectOp::Make(fContext, std::move(paint), aaType, in drawFilledQuad()
722 this->addDrawOp(finalClip, in drawTexturedQuad()
773 this->addDrawOp(clip, std::move(op)); in drawRect()
829 this->addDrawOp(optimizedClip, std::move(op)); in fillRectToRect()
904 this->addDrawOp(nullptr, in internalStencilClear()
998 this->addDrawOp(clip, std::move(op)); in drawVertices()
1020 this->addDrawOp(clip, std::move(op)); in drawAtlas()
1109 this->addDrawOp(clip, std::move(op)); in drawRRect()
1212 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
1317 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
[all …]
DSurfaceDrawContext_v1.h583 void addDrawOp(const GrClip*,
586 void addDrawOp(GrOp::Owner op) { this->addDrawOp(nullptr, std::move(op)); } in addDrawOp() function
DSurfaceFillContext_v1.h90 void addDrawOp(GrOp::Owner);
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp81 void addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) override { in addDrawOp() function in GrRenderTargetContext::TextTarget
82 fRenderTargetContext->addDrawOp(clip, std::move(op)); in addDrawOp()
322 this->addDrawOp(GrFixedClip::Disabled(), in internalClear()
335 this->addDrawOp(clip, in internalClear()
385 fRenderTargetContext->addDrawOp( in absClear()
407 fRenderTargetContext->addDrawOp( in absClear()
660 this->addDrawOp(finalClip, GrFillRectOp::Make(fContext, std::move(paint), aaType, edgeFlags, in drawFilledQuad()
699 this->addDrawOp(finalClip, GrTextureOp::Make(fContext, std::move(proxy), in drawTexturedQuad()
772 this->addDrawOp(clip, std::move(op)); in drawRect()
784 this->addDrawOp(clip, GrFillRectOp::MakeSet(fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
[all …]
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp206 sdc->addDrawOp(Op::Make(dContext, attribCnt)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
213 sdc->addDrawOp(Op::Make(dContext, attribCnt + 1)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DLazyProxyTest.cpp231 sdc->addDrawOp(&clip,
416 sdc->addDrawOp(LazyFailedInstantiationTestOp::Make(ctx.get(), proxyProvider,
/third_party/flutter/skia/src/gpu/text/
DGrTextTarget.h33 virtual void addDrawOp(const GrClip&, std::unique_ptr<GrAtlasTextOp> op) = 0;
/third_party/flutter/skia/src/gpu/ops/
DGrDashLinePathRenderer.cpp56 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op)); in onDrawPath()
DGrStencilAndCoverPathRenderer.cpp166 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op)); in onDrawPath()
/third_party/flutter/skia/src/atlastext/
DSkAtlasTextTarget.cpp100 void addDrawOp(const GrClip&, std::unique_ptr<GrAtlasTextOp> op) override;
171 void SkInternalAtlasTextTarget::addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) { in addDrawOp() function in SkInternalAtlasTextTarget
/third_party/skia/site/docs/dev/tools/
Dtracing.md82 [ 3] <skia.gpu> GrRenderTargetContext::addDrawOp id=1 #8 {
83 [ 3] } GrRenderTargetContext::addDrawOp
/third_party/flutter/skia/site/dev/tools/
Dtracing.md77 [ 3] <skia.gpu> GrRenderTargetContext::addDrawOp id=1 #8 {
78 [ 3] } GrRenderTargetContext::addDrawOp
/third_party/skia/tools/gpu/
DGrTest.cpp110 sdc->addDrawOp(std::move(op)); in GrDrawRandomOp()
/third_party/flutter/skia/tools/gpu/
DGrTest.cpp83 fRenderTargetContext->addDrawOp(clip, std::move(op), willAddFn); in testingOnly_addDrawOp()

123