/third_party/flutter/skia/gm/ |
D | clockwise.cpp | 184 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()
|
D | convexpolyeffect.cpp | 241 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw() 281 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
D | yuvtorgbeffect.cpp | 140 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw() 256 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
D | bigrrectaaeffect.cpp | 105 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | fwidth_squircle.cpp | 197 rtc->priv().testingOnly_addDrawOp(FwidthSquircleTestOp::Make(ctx, canvas->getTotalMatrix()));
|
D | beziereffects.cpp | 262 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw() 467 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
D | constcolorprocessor.cpp | 123 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | texturedomaineffect.cpp | 154 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | rrects.cpp | 133 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | samplelocations.cpp | 294 offscreenRTC->priv().testingOnly_addDrawOp( in onDraw()
|
/third_party/flutter/skia/tools/gpu/ |
D | GrTest.cpp | 67 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/ |
D | GrRenderTargetContextPriv.h | 110 void testingOnly_addDrawOp(std::unique_ptr<GrDrawOp>); 111 void testingOnly_addDrawOp(const GrClip&, std::unique_ptr<GrDrawOp>,
|
/third_party/flutter/skia/tests/ |
D | LazyProxyTest.cpp | 218 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));
|
D | PrimitiveProcessorTest.cpp | 158 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()
|
D | OnFlushCallbackTest.cpp | 384 rtc->priv().testingOnly_addDrawOp(std::move(drawOp)); in preFlush() 460 rtc->priv().testingOnly_addDrawOp(GrNoClip(), std::move(op), in make_upstream_image()
|
D | GrPipelineDynamicStateTest.cpp | 209 rtc->priv().testingOnly_addDrawOp( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ProcessorTest.cpp | 196 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()
|
D | GrMeshTest.cpp | 406 rtc->priv().testingOnly_addDrawOp(GrMeshTestOp::Make(context, testFn)); in run_test()
|
/third_party/flutter/skia/bench/ |
D | VertexColorSpaceBench.cpp | 295 rtc->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
/third_party/flutter/skia/samplecode/ |
D | SampleCCPRGeometry.cpp | 193 ccbuff->priv().testingOnly_addDrawOp(pool->allocate<DrawCoverageCountOp>(this)); in onDrawContent()
|