Home
last modified time | relevance | path

Searched refs:mockAtlas (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DLazyProxyTest.cpp226 auto mockAtlas = skgpu::v1::SurfaceDrawContext::Make(ctx.get(), GrColorType::kAlpha_F16, variable
229 REPORTER_ASSERT(reporter, mockAtlas);
230 LazyProxyTest::Clip clip(&test, mockAtlas->asTextureProxy());
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp215 sk_sp<GrRenderTargetContext> mockAtlas = ctx->priv().makeDeferredRenderTargetContext( variable
217 REPORTER_ASSERT(reporter, mockAtlas);
218 rtc->priv().testingOnly_addDrawOp(LazyProxyTest::Clip(&test, mockAtlas->asTextureProxy()),