Searched refs:fTransferBuffer (Results 1 – 6 of 6) sorted by relevance
638 SkASSERT(!result.fTransferBuffer->isMapped()); in addTransferResult()639 const void* mappedData = result.fTransferBuffer->map(); in addTransferResult()648 result.fTransferBuffer->unmap(); in addTransferResult()650 manager->insert(result.fTransferBuffer); in addTransferResult()651 this->addMappedPlane(mappedData, rowBytes, std::move(result.fTransferBuffer)); in addTransferResult()730 if (!transferResult.fTransferBuffer) { in asyncReadPixels()906 if (!yTransfer.fTransferBuffer) { in asyncRescaleAndReadPixelsYUV420()931 if (!uTransfer.fTransferBuffer) { in asyncRescaleAndReadPixelsYUV420()955 if (!vTransfer.fTransferBuffer) { in asyncRescaleAndReadPixelsYUV420()1285 result.fTransferBuffer = std::move(buffer); in transferPixels()
204 sk_sp<GrGpuBuffer> fTransferBuffer; member
1674 if (!transferResult.fTransferBuffer) { in asyncReadPixels()1701 const void* data = context->fTransferResult.fTransferBuffer->map(); in asyncReadPixels()1862 if (!yTransfer.fTransferBuffer) { in asyncRescaleAndReadPixelsYUV420()1881 if (!uTransfer.fTransferBuffer) { in asyncRescaleAndReadPixelsYUV420()1899 if (!vTransfer.fTransferBuffer) { in asyncRescaleAndReadPixelsYUV420()1924 const void* y = context->fYTransfer.fTransferBuffer->map(); in asyncRescaleAndReadPixelsYUV420()1925 const void* u = context->fUTransfer.fTransferBuffer->map(); in asyncRescaleAndReadPixelsYUV420()1926 const void* v = context->fVTransfer.fTransferBuffer->map(); in asyncRescaleAndReadPixelsYUV420()1929 context->fYTransfer.fTransferBuffer->unmap(); in asyncRescaleAndReadPixelsYUV420()1932 context->fUTransfer.fTransferBuffer->unmap(); in asyncRescaleAndReadPixelsYUV420()[all …]
131 sk_sp<GrGpuBuffer> fTransferBuffer; member
636 result.fTransferBuffer = std::move(buffer); in transferPixels()
71 : fTransferBuffer(sk_ref_sp(transferBuffer)) in TransferFrom()80 fBufferColorType, fTransferBuffer.get(), fOffset); in execute()84 sk_sp<GrGpuBuffer> fTransferBuffer; member in __anon864241600111::TransferFrom