Home
last modified time | relevance | path

Searched refs:TransferToHost (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuBlob.cpp89 return mEmulation->TransferToHost(mContextId, mResourceId, offset, size); in transferToHost()
98 return mEmulation->TransferToHost(mContextId, mResourceId, x, y, w, h); in transferToHost()
DRutabagaLayer.h74 int TransferToHost(uint32_t contextId, uint32_t resourceId, uint32_t transferOffset,
76 int TransferToHost(uint32_t contextId, uint32_t resourceId, uint32_t x, uint32_t y, uint32_t w,
DRutabagaLayer.cpp107 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()