Lines Matching defs:sdc
27 skgpu::v1::SurfaceDrawContext* sdc,
29 REPORTER_ASSERT(reporter, sdc->asRenderTargetProxy()->isInstantiated() == wrappedExpectation);
31 GrTextureProxy* tProxy = sdc->asTextureProxy();
43 auto sdc = get_sdc(dContext);
45 check_instantiation_status(reporter, sdc.get(), false);
47 GrTextureProxy* tProxy = sdc->asTextureProxy();
52 check_instantiation_status(reporter, sdc.get(), true);
57 auto sdc = get_sdc(dContext);
59 check_instantiation_status(reporter, sdc.get(), false);
64 bool result = sdc->readPixels(dContext, dstPM, {0, 0});
67 check_instantiation_status(reporter, sdc.get(), true);