Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp167 struct VirtioGpuTaskTransferToHost { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
197 VirtioGpuTaskTransferToHost, VirtioGpuTaskUnrefResource,
224 void DoTask(VirtioGpuTaskTransferToHost task);
520 VirtioGpuTaskTransferToHost task = { in TransferToHost()
916 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskTransferToHost task) { in DoTask()
974 } else if constexpr (std::is_same_v<T, VirtioGpuTaskTransferToHost>) { in DoTask()