Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.h127 struct PixelTransferResult { struct
137 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect); argument
DGrSurfaceContext.cpp590 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
635 PixelTransferResult result; in transferPixels()
DGrRenderTargetContext.cpp1692 PixelTransferResult fTransferResult; in asyncReadPixels()
1908 PixelTransferResult fYTransfer; in asyncRescaleAndReadPixelsYUV420()
1909 PixelTransferResult fUTransfer; in asyncRescaleAndReadPixelsYUV420()
1910 PixelTransferResult fVTransfer; in asyncRescaleAndReadPixelsYUV420()
/third_party/skia/src/gpu/
DSurfaceContext.h200 struct PixelTransferResult { struct
210 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect); argument
DSurfaceContext.cpp634 bool addTransferResult(const PixelTransferResult& result, in addTransferResult()
754 PixelTransferResult fTransferResult; in asyncReadPixels()
889 PixelTransferResult yTransfer, uTransfer, vTransfer; in asyncRescaleAndReadPixelsYUV420()
985 PixelTransferResult fYTransfer; in asyncRescaleAndReadPixelsYUV420()
986 PixelTransferResult fUTransfer; in asyncRescaleAndReadPixelsYUV420()
987 PixelTransferResult fVTransfer; in asyncRescaleAndReadPixelsYUV420()
1234 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels()
1284 PixelTransferResult result; in transferPixels()