Home
last modified time | relevance | path

Searched defs:transferToHost (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gfxstream/guest/platform/fuchsia/
DFuchsiaVirtGpuBlob.cpp46 int FuchsiaVirtGpuResource::transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function in FuchsiaVirtGpuResource
/external/mesa3d/src/gfxstream/guest/platform/windows/
DWindowsVirtGpuBlob.cpp40 int WindowsVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost() function in WindowsVirtGpuResource
/external/mesa3d/src/gfxstream/guest/platform/kumquat/
DVirtGpuKumquatBlob.cpp88 int VirtGpuKumquatResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost() function in VirtGpuKumquatResource
/external/mesa3d/src/gfxstream/guest/platform/linux/
DLinuxVirtGpuBlob.cpp112 int LinuxVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost() function in LinuxVirtGpuResource
/external/mesa3d/src/gfxstream/guest/connection-manager/
DVirtioGpuPipeStream.cpp268 ssize_t VirtioGpuPipeStream::transferToHost(const void* buffer, size_t len) { in transferToHost() function in VirtioGpuPipeStream
/external/mesa3d/src/gfxstream/guest/platform/include/
DVirtGpu.h164 virtual int transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function