Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs79 cursor_surface_id: Option<u32>, field
149 cursor_surface_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()
261 self.flush_resource_to_surface(resource_id, cursor_surface_id)?; in flush_resource()
361 if let Some(surface_id) = self.cursor_surface_id.take() { in update_cursor()
376 if self.cursor_surface_id.is_none() { in update_cursor()
377 self.cursor_surface_id = Some(self.display.borrow_mut().create_surface( in update_cursor()
384 let cursor_surface_id = self.cursor_surface_id.unwrap(); in update_cursor() localVariable
387 .set_position(cursor_surface_id, x, y); in update_cursor()
[all …]