Home | History | Annotate | Download | only in tests

Lines Matching defs:rtc

218         sk_sp<GrRenderTargetContext> rtc = ctx->priv().makeDeferredRenderTargetContext(
221 REPORTER_ASSERT(reporter, rtc);
229 rtc->priv().testingOnly_addDrawOp(LazyProxyTest::Clip(&test, mockAtlas->asTextureProxy()),
383 sk_sp<GrRenderTargetContext> rtc = ctx->priv().makeDeferredRenderTargetContext(
386 REPORTER_ASSERT(reporter, rtc);
388 rtc->clear(nullptr, SkPMColor4f::FromBytes_RGBA(0xbaaaaaad),
392 rtc->priv().testingOnly_addDrawOp(LazyFailedInstantiationTestOp::Make(
461 sk_sp<GrRenderTargetContext> rtc = ctx->priv().makeDeferredRenderTargetContext(
464 REPORTER_ASSERT(reporter, rtc);
466 rtc->clear(nullptr, SkPMColor4f::FromBytes_RGBA(0xbaaaaaad),
498 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));
511 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));
513 rtc->priv().testingOnly_addDrawOp(LazyDeinstantiateTestOp::Make(ctx.get(), lazyProxy));