Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceContext.cpp948 auto uvInfo = yInfo.makeWH(yInfo.width()/2, yInfo.height()/2); in asyncRescaleAndReadPixelsYUV420() local
949 auto uFC = GrSurfaceFillContext::MakeWithFallback(dContext, uvInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
950 auto vFC = GrSurfaceFillContext::MakeWithFallback(dContext, uvInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
1039 GrPixmap uPmp = GrPixmap::Allocate(uvInfo); in asyncRescaleAndReadPixelsYUV420()
1040 GrPixmap vPmp = GrPixmap::Allocate(uvInfo); in asyncRescaleAndReadPixelsYUV420()