Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceContext.cpp945 auto yInfo = SkImageInfo::MakeA8(dstSize); in asyncRescaleAndReadPixelsYUV420() local
946 auto yFC = GrSurfaceFillContext::MakeWithFallback(dContext, yInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
948 auto uvInfo = yInfo.makeWH(yInfo.width()/2, yInfo.height()/2); in asyncRescaleAndReadPixelsYUV420()
1038 GrPixmap yPmp = GrPixmap::Allocate(yInfo); in asyncRescaleAndReadPixelsYUV420()