Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceContext.cpp865 auto vFC = dContext->priv().makeSFCWithFallback(uvInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420() local
867 if (!yFC || !uFC || !vFC) { in asyncRescaleAndReadPixelsYUV420()
950 vFC->fillWithFP(std::move(vFP)); in asyncRescaleAndReadPixelsYUV420()
953 vTransfer = vFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
954 SkIRect::MakeSize(vFC->dimensions())); in asyncRescaleAndReadPixelsYUV420()
967 !vFC->readPixels(dContext, vPmp, {0, 0})) { in asyncRescaleAndReadPixelsYUV420()