Home
last modified time | relevance | path

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

123

/external/skia/gm/
Dclockwise.cpp250 rtc->addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw()
251 rtc->addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
260 topLeftRTC->addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw()
261 topLeftRTC->addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
284 topLeftRTC->addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw()
285 topLeftRTC->addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
Dtessellation.cpp382 rtc->addDrawOp(GrOp::Make<TessellationTestOp>(ctx, canvas->getTotalMatrix(), kTri1)); in onDraw()
383 rtc->addDrawOp(GrOp::Make<TessellationTestOp>(ctx, canvas->getTotalMatrix(), kTri2)); in onDraw()
384 rtc->addDrawOp(GrOp::Make<TessellationTestOp>(ctx, canvas->getTotalMatrix(), nullptr)); in onDraw()
Dswizzle.cpp38 rtCtx->addDrawOp(GrFillRectOp::MakeNonAARect(ctx, std::move(grPaint), SkMatrix(), bounds));
Dtexelsubset.cpp165 surfaceDrawContext->addDrawOp(std::move(op)); in onDraw()
183 surfaceDrawContext->addDrawOp(std::move(op)); in onDraw()
Dfpcoordinateoverride.cpp91 rtCtx->addDrawOp(GrFillRectOp::MakeNonAARect(ctx, std::move(grPaint), SkMatrix::I(), bounds));
Daarecteffect.cpp86 surfaceDrawContext->addDrawOp(std::move(op)); in onDraw()
Dbigrrectaaeffect.cpp105 surfaceDrawContext->addDrawOp(GrFillRectOp::MakeNonAARect( in onDraw()
Dconvexpolyeffect.cpp121 surfaceDrawContext->addDrawOp(std::move(op)); in onDraw()
Dbeziereffects.cpp299 surfaceDrawContext->addDrawOp(std::move(op)); in onDraw()
492 surfaceDrawContext->addDrawOp(std::move(op)); in onDraw()
Drrects.cpp134 surfaceDrawContext->addDrawOp(GrFillRectOp::MakeNonAARect( in onDraw()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp69 void addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) override { in addDrawOp() function in GrRenderTargetContext::TextTarget
70 fRenderTargetContext->addDrawOp(clip, std::move(op)); in addDrawOp()
334 this->addDrawOp(GrFixedClip::Disabled(), in internalClear()
348 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), GrAAType::kNone, in internalClear()
397 fRenderTargetContext->addDrawOp(GrFixedClip::Disabled(), in absClear()
422 fRenderTargetContext->addDrawOp(GrFixedClip::Disabled(), in absClear()
491 this->addDrawOp(clip, std::move(op)); in drawPaint()
644 this->addDrawOp(GrFixedClip::Disabled(), in drawFilledRectAsClear()
672 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawFilledRect()
741 this->addDrawOp(clip, std::move(op)); in drawRect()
[all …]
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp282 surfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
288 surfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
365 surfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onStencilPath()
416 rtc->addDrawOp(nullptr, std::move(op)); in renderAtlas()
444 rtc->addDrawOp(nullptr, std::move(coverOp)); in renderAtlas()
/external/skia/src/gpu/
DGrSurfaceDrawContext.cpp646 this->addDrawOp(finalClip, GrFillRectOp::Make(fContext, std::move(paint), aaType, in drawFilledQuad()
732 this->addDrawOp(finalClip, in drawTexturedQuad()
774 this->addDrawOp(clip, std::move(op)); in drawRect()
830 this->addDrawOp(optimizedClip, std::move(op)); in fillRectToRect()
905 this->addDrawOp(nullptr, in internalStencilClear()
996 this->addDrawOp(clip, std::move(op)); in drawVertices()
1018 this->addDrawOp(clip, std::move(op)); in drawAtlas()
1110 this->addDrawOp(clip, std::move(op)); in drawRRect()
1215 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
1320 this->addDrawOp(clip, std::move(op)); in drawFastShadow()
[all …]
DGrSurfaceFillContext.cpp286 this->addDrawOp(std::move(op)); in fillRectWithFP()
289 void GrSurfaceFillContext::addDrawOp(GrOp::Owner owner) { in addDrawOp() function in GrSurfaceFillContext
307 this->getOpsTask()->addDrawOp(fContext->priv().drawingManager(), in addDrawOp()
431 this->addDrawOp(std::move(op)); in internalClear()
DGrSurfaceDrawContext.h623 void addDrawOp(const GrClip*,
626 void addDrawOp(GrOp::Owner op) { this->addDrawOp(nullptr, std::move(op)); } in addDrawOp() function
/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp167 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op)); in onDrawPath()
173 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op)); in onDrawPath()
DGrDashLinePathRenderer.cpp59 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op)); in onDrawPath()
/external/skia/tests/
DPrimitiveProcessorTest.cpp200 surfaceDrawContext->addDrawOp(Op::Make(context, attribCnt)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
207 surfaceDrawContext->addDrawOp(Op::Make(context, attribCnt + 1)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DLazyProxyTest.cpp218 rtc->addDrawOp(&clip,
392 rtc->addDrawOp(LazyFailedInstantiationTestOp::Make(ctx.get(), proxyProvider,
/external/skqp/src/gpu/text/
DGrTextTarget.h32 virtual void addDrawOp(const GrClip&, std::unique_ptr<GrAtlasTextOp> op) = 0;
/external/skia/src/gpu/ops/
DGrDashLinePathRenderer.cpp62 args.fRenderTargetContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp99 void addDrawOp(const GrClip&, std::unique_ptr<GrAtlasTextOp> op) override;
170 void SkInternalAtlasTextTarget::addDrawOp(const GrClip& clip, std::unique_ptr<GrAtlasTextOp> op) { in addDrawOp() function in SkInternalAtlasTextTarget
/external/skia/site/docs/dev/tools/
Dtracing.md82 [ 3] <skia.gpu> GrRenderTargetContext::addDrawOp id=1 #8 {
83 [ 3] } GrRenderTargetContext::addDrawOp
/external/skqp/site/dev/tools/
Dtracing.md77 [ 3] <skia.gpu> GrRenderTargetContext::addDrawOp id=1 #8 {
78 [ 3] } GrRenderTargetContext::addDrawOp
/external/skia/tools/gpu/
DGrTest.cpp120 surfaceDrawContext->addDrawOp(std::move(op)); in GrDrawRandomOp()

123