Home
last modified time | relevance | path

Searched refs:testingOnly_addDrawOp (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/gm/
Dclockwise.cpp184 rtc->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw()
185 rtc->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
193 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw()
194 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
209 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw()
210 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
Dconvexpolyeffect.cpp241 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
281 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
Dyuvtorgbeffect.cpp140 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
256 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
Dbigrrectaaeffect.cpp105 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
Dfwidth_squircle.cpp197 rtc->priv().testingOnly_addDrawOp(FwidthSquircleTestOp::Make(ctx, canvas->getTotalMatrix()));
Dbeziereffects.cpp262 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
467 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
Dconstcolorprocessor.cpp123 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
Dtexturedomaineffect.cpp154 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
Drrects.cpp133 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
Dsamplelocations.cpp294 offscreenRTC->priv().testingOnly_addDrawOp( in onDraw()
/third_party/flutter/skia/tools/gpu/
DGrTest.cpp67 void GrRenderTargetContextPriv::testingOnly_addDrawOp(std::unique_ptr<GrDrawOp> op) { in testingOnly_addDrawOp() function in GrRenderTargetContextPriv
68 this->testingOnly_addDrawOp(GrNoClip(), std::move(op)); in testingOnly_addDrawOp()
71 void GrRenderTargetContextPriv::testingOnly_addDrawOp( in testingOnly_addDrawOp() function in GrRenderTargetContextPriv
208 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in GrDrawRandomOp()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContextPriv.h110 void testingOnly_addDrawOp(std::unique_ptr<GrDrawOp>);
111 void testingOnly_addDrawOp(const GrClip&, std::unique_ptr<GrDrawOp>,
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp218 rtc->priv().testingOnly_addDrawOp(LazyProxyTest::Clip(&test, mockAtlas->asTextureProxy()),
386 rtc->priv().testingOnly_addDrawOp(LazyFailedInstantiationTestOp::Make(
489 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));
502 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));
504 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));
DPrimitiveProcessorTest.cpp158 renderTargetContext->priv().testingOnly_addDrawOp(Op::Make(context, attribCnt)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
165 renderTargetContext->priv().testingOnly_addDrawOp(Op::Make(context, attribCnt + 1)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DOnFlushCallbackTest.cpp384 rtc->priv().testingOnly_addDrawOp(std::move(drawOp)); in preFlush()
460 rtc->priv().testingOnly_addDrawOp(GrNoClip(), std::move(op), in make_upstream_image()
DGrPipelineDynamicStateTest.cpp209 rtc->priv().testingOnly_addDrawOp( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProcessorTest.cpp196 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
199 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DGrMeshTest.cpp406 rtc->priv().testingOnly_addDrawOp(GrMeshTestOp::Make(context, testFn)); in run_test()
/third_party/flutter/skia/bench/
DVertexColorSpaceBench.cpp295 rtc->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
/third_party/flutter/skia/samplecode/
DSampleCCPRGeometry.cpp193 ccbuff->priv().testingOnly_addDrawOp(pool->allocate<DrawCoverageCountOp>(this)); in onDrawContent()