Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Drutabaga_core.rs215 fn resource_flush(&self, _resource_id: &mut RutabagaResource) -> RutabagaResult<()> { in resource_flush() method
757 pub fn resource_flush(&mut self, resource_id: u32) -> RutabagaResult<()> { in resource_flush() method
H A Dgfxstream.rs678 fn resource_flush(&self, resource: &mut RutabagaResource) -> RutabagaResult<()> { in resource_flush() method
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs225 fn resource_flush(&mut self, rect: Rect, resource_id: u32) -> Result { in resource_flush() method