Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.h137 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect);
DGrRenderTargetContext.cpp1672 auto transferResult = this->transferPixels(SkColorTypeToGrColorType(colorType), rect); in asyncReadPixels()
1860 auto yTransfer = yRTC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
1879 auto uTransfer = uRTC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
1897 auto vTransfer = vRTC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
DGrSurfaceContext.cpp590 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() function in GrSurfaceContext
/third_party/skia/src/gpu/
DSurfaceContext.cpp728 auto transferResult = this->transferPixels(SkColorTypeToGrColorType(colorType), rect); in asyncReadPixels()
904 yTransfer = yFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
929 uTransfer = uFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
953 vTransfer = vFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420()
1234 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() function in skgpu::SurfaceContext
DSurfaceContext.h210 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect);