Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs78 cursor_resource_id: Option<NonZeroU32>, field
148 cursor_resource_id: None, in new()
257 if let (Some(cursor_resource_id), Some(cursor_surface_id)) = in flush_resource()
258 (self.cursor_resource_id, self.cursor_surface_id) in flush_resource()
260 if cursor_resource_id.get() == resource_id { in flush_resource()
364 self.cursor_resource_id = None; in update_cursor()
374 self.cursor_resource_id = NonZeroU32::new(resource_id); in update_cursor()