Home
last modified time | relevance | path

Searched defs:resource_flush (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs252 fn resource_flush(&self, _resource_id: &mut RutabagaResource) -> RutabagaResult<()> { in resource_flush() method
852 pub fn resource_flush(&mut self, resource_id: u32) -> RutabagaResult<()> { in resource_flush() method
Dgfxstream.rs789 fn resource_flush(&self, resource: &mut RutabagaResource) -> RutabagaResult<()> { in resource_flush() method
/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs222 fn resource_flush(&mut self, rect: Rect, resource_id: u32) -> Result { in resource_flush() method
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dgpu.rs222 fn resource_flush(&mut self, rect: Rect, resource_id: u32) -> Result { in resource_flush() method