Searched refs:PixelTransferResult (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/graphite/ |
D | Context.cpp | 201 PixelTransferResult transferResult = this->transferPixels(proxy, srcImageInfo, in asyncReadPixels() 210 using AsyncReadResult = skgpu::TAsyncReadResult<Buffer, ContextID, PixelTransferResult>; in asyncReadPixels() 217 PixelTransferResult fTransferResult; in asyncReadPixels() 253 Context::PixelTransferResult Context::transferPixels(const TextureProxy* proxy, in transferPixels() 303 PixelTransferResult result; in transferPixels()
|
/external/skia/include/gpu/graphite/ |
D | Context.h | 127 struct PixelTransferResult { struct 137 PixelTransferResult transferPixels(const TextureProxy*, argument
|
/external/skia/src/gpu/ganesh/ |
D | SurfaceContext.h | 190 struct PixelTransferResult { struct 200 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect); argument
|
D | SurfaceContext.cpp | 633 PixelTransferResult>; in asyncReadPixels() 671 PixelTransferResult fTransferResult; in asyncReadPixels() 716 PixelTransferResult>; in asyncRescaleAndReadPixelsYUV420() 811 PixelTransferResult yTransfer, uTransfer, vTransfer; in asyncRescaleAndReadPixelsYUV420() 907 PixelTransferResult fYTransfer; in asyncRescaleAndReadPixelsYUV420() 908 PixelTransferResult fUTransfer; in asyncRescaleAndReadPixelsYUV420() 909 PixelTransferResult fVTransfer; in asyncRescaleAndReadPixelsYUV420() 1226 SurfaceContext::PixelTransferResult SurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() 1279 PixelTransferResult result; in transferPixels()
|