Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuBlob.cpp83 int RutabagaVirtGpuResource::transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function in gfxstream::RutabagaVirtGpuResource
92 int RutabagaVirtGpuResource::transferToHost(uint32_t x, uint32_t y, uint32_t w, uint32_t h) { in transferToHost() function in gfxstream::RutabagaVirtGpuResource
/hardware/google/gfxstream/guest/platform/fuchsia/
DFuchsiaVirtGpuBlob.cpp53 int FuchsiaVirtGpuResource::transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function in FuchsiaVirtGpuResource
/hardware/google/gfxstream/guest/platform/stub/
DStubVirtGpuBlob.cpp40 int StubVirtGpuResource::transferToHost(uint32_t, uint32_t, uint32_t, uint32_t) { return -1; } in transferToHost() function in StubVirtGpuResource
/hardware/google/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
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DVirtioGpuPipeStream.cpp282 ssize_t VirtioGpuPipeStream::transferToHost(const void* buffer, size_t len) { in transferToHost() function in VirtioGpuPipeStream
/hardware/google/gfxstream/guest/platform/include/
DVirtGpu.h152 virtual int transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function