/external/skqp/gm/ |
D | clockwise.cpp | 152 rtc->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw() 153 rtc->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw() 162 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw() 163 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw() 178 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0)); in onDraw() 179 topLeftRTC->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100)); in onDraw()
|
D | yuvtorgbeffect.cpp | 132 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw() 256 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
D | convexpolyeffect.cpp | 219 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw() 259 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
D | bigrrectaaeffect.cpp | 97 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | fwidth_squircle.cpp | 184 rtc->priv().testingOnly_addDrawOp(FwidthSquircleTestOp::Make(ctx, canvas->getTotalMatrix())); in onDraw()
|
D | constcolorprocessor.cpp | 110 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | rrects.cpp | 119 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | texturedomaineffect.cpp | 154 renderTargetContext->priv().testingOnly_addDrawOp( in onDraw()
|
D | beziereffects.cpp | 239 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw() 456 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContextPriv.h | 112 void testingOnly_addDrawOp(std::unique_ptr<GrDrawOp>); 113 void testingOnly_addDrawOp(const GrClip&, std::unique_ptr<GrDrawOp>,
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 237 void GrRenderTargetContextPriv::testingOnly_addDrawOp(std::unique_ptr<GrDrawOp> op) { in testingOnly_addDrawOp() function in GrRenderTargetContextPriv 238 this->testingOnly_addDrawOp(GrNoClip(), std::move(op)); in testingOnly_addDrawOp() 241 void GrRenderTargetContextPriv::testingOnly_addDrawOp( in testingOnly_addDrawOp() function in GrRenderTargetContextPriv 396 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in GrDrawRandomOp()
|
/external/skqp/tests/ |
D | PrimitiveProcessorTest.cpp | 151 renderTargetContext->priv().testingOnly_addDrawOp(Op::Make(context, attribCnt)); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 158 renderTargetContext->priv().testingOnly_addDrawOp(Op::Make(context, attribCnt + 1)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
D | LazyProxyTest.cpp | 225 rtc->priv().testingOnly_addDrawOp(LazyProxyTest::Clip(&test, mockAtlas->asTextureProxy()), 375 rtc->priv().testingOnly_addDrawOp(LazyFailedInstantiationTestOp::Make( 484 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy)); 497 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy)); 499 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));
|
D | GrPipelineDynamicStateTest.cpp | 211 rtc->priv().testingOnly_addDrawOp( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | OnFlushCallbackTest.cpp | 378 rtc->priv().testingOnly_addDrawOp(std::move(drawOp)); in preFlush() 458 rtc->priv().testingOnly_addDrawOp(GrNoClip(), std::move(op), in make_upstream_image()
|
D | ProcessorTest.cpp | 199 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 202 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
D | GrMeshTest.cpp | 413 rtc->priv().testingOnly_addDrawOp(GrMeshTestOp::Make(context, testFn)); in run_test()
|
/external/skqp/bench/ |
D | VertexColorSpaceBench.cpp | 294 rtc->priv().testingOnly_addDrawOp(std::move(op)); in onDraw()
|
/external/skqp/samplecode/ |
D | SampleCCPRGeometry.cpp | 196 ccbuff->priv().testingOnly_addDrawOp(pool->allocate<DrawCoverageCountOp>(this)); in onDrawContent()
|