Searched refs:transferPixels (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceContext.h | 137 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect);
|
D | GrRenderTargetContext.cpp | 1672 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()
|
D | GrSurfaceContext.cpp | 590 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() function in GrSurfaceContext
|
/third_party/skia/src/gpu/ |
D | SurfaceContext.cpp | 728 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
|
D | SurfaceContext.h | 210 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect);
|