Searched refs:addTransferResult (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/gpu/ |
D | SurfaceContext.cpp | 634 bool addTransferResult(const PixelTransferResult& result, in addTransferResult() function in skgpu::SurfaceContext::AsyncReadResult 773 if (!result->addTransferResult(context->fTransferResult, context->fSize, rowBytes, in asyncReadPixels() 1006 if (!result->addTransferResult(context->fYTransfer, context->fSize, rowBytes, manager)) { in asyncRescaleAndReadPixelsYUV420() 1014 if (!result->addTransferResult(context->fUTransfer, uvSize, rowBytes, manager)) { in asyncRescaleAndReadPixelsYUV420() 1019 if (!result->addTransferResult(context->fVTransfer, uvSize, rowBytes, manager)) { in asyncRescaleAndReadPixelsYUV420()
|