D | RutabagaLayer.cpp | 107 int TransferToHost(uint32_t contextId, uint32_t resourceId, uint32_t transferOffset, 109 int TransferToHost(uint32_t contextId, uint32_t resourceId, uint32_t x, uint32_t y, uint32_t w, 504 int EmulatedVirtioGpu::EmulatedVirtioGpuImpl::TransferToHost(uint32_t contextId, in TransferToHost() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl 508 return TransferToHost(contextId, resourceId, transferOffset, 0, transferSize, 1); in TransferToHost() 511 int EmulatedVirtioGpu::EmulatedVirtioGpuImpl::TransferToHost(uint32_t contextId, in TransferToHost() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl 1127 int EmulatedVirtioGpu::TransferToHost(uint32_t contextId, uint32_t resourceId, uint32_t offset, in TransferToHost() function in gfxstream::EmulatedVirtioGpu 1129 return mImpl->TransferToHost(contextId, resourceId, offset, size); in TransferToHost() 1132 int EmulatedVirtioGpu::TransferToHost(uint32_t contextId, uint32_t resourceId, uint32_t x, in TransferToHost() function in gfxstream::EmulatedVirtioGpu 1134 return mImpl->TransferToHost(contextId, resourceId, x, y, w, h); in TransferToHost()
|