Home
last modified time | relevance | path

Searched refs:transferResult (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DSurfaceContext.cpp728 auto transferResult = this->transferPixels(SkColorTypeToGrColorType(colorType), rect); in asyncReadPixels() local
730 if (!transferResult.fTransferBuffer) { in asyncReadPixels()
765 std::move(transferResult)}; in asyncReadPixels()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1672 auto transferResult = this->transferPixels(SkColorTypeToGrColorType(colorType), rect); in asyncReadPixels() local
1674 if (!transferResult.fTransferBuffer) { in asyncReadPixels()
1698 rect.height(), colorType, std::move(transferResult)}; in asyncReadPixels()