Searched defs:transferToHost (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/platform/rutabaga/ |
D | RutabagaVirtGpuBlob.cpp | 83 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/ |
D | FuchsiaVirtGpuBlob.cpp | 53 int FuchsiaVirtGpuResource::transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function in FuchsiaVirtGpuResource
|
/hardware/google/gfxstream/guest/platform/stub/ |
D | StubVirtGpuBlob.cpp | 40 int StubVirtGpuResource::transferToHost(uint32_t, uint32_t, uint32_t, uint32_t) { return -1; } in transferToHost() function in StubVirtGpuResource
|
/hardware/google/gfxstream/guest/platform/linux/ |
D | LinuxVirtGpuBlob.cpp | 112 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/ |
D | VirtioGpuPipeStream.cpp | 282 ssize_t VirtioGpuPipeStream::transferToHost(const void* buffer, size_t len) { in transferToHost() function in VirtioGpuPipeStream
|
/hardware/google/gfxstream/guest/platform/include/ |
D | VirtGpu.h | 152 virtual int transferToHost(uint32_t offset, uint32_t size) { in transferToHost() function
|