Searched refs:mockAtlas (Results 1 – 2 of 2) sorted by relevance
226 auto mockAtlas = skgpu::v1::SurfaceDrawContext::Make(ctx.get(), GrColorType::kAlpha_F16, variable229 REPORTER_ASSERT(reporter, mockAtlas);230 LazyProxyTest::Clip clip(&test, mockAtlas->asTextureProxy());
215 sk_sp<GrRenderTargetContext> mockAtlas = ctx->priv().makeDeferredRenderTargetContext( variable217 REPORTER_ASSERT(reporter, mockAtlas);218 rtc->priv().testingOnly_addDrawOp(LazyProxyTest::Clip(&test, mockAtlas->asTextureProxy()),