Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp133 struct VirtioGpuTaskContextDetachResource { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
193 std::variant<VirtioGpuTaskContextAttachResource, VirtioGpuTaskContextDetachResource,
215 void DoTask(VirtioGpuTaskContextDetachResource task);
629 VirtioGpuTaskContextDetachResource detachTask{ in DestroyResource()
780 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskContextDetachResource task) { in DoTask()
956 } else if constexpr (std::is_same_v<T, VirtioGpuTaskContextDetachResource>) { in DoTask()