Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs735 pub fn context_detach_resource(&mut self, ctx_id: u32, resource_id: u32) -> VirtioGpuResult { in context_detach_resource() method
736 self.rutabaga.context_detach_resource(ctx_id, resource_id)?; in context_detach_resource()
Dmod.rs356 .context_detach_resource(info.hdr.ctx_id.to_native(), info.resource_id.to_native()), in process_gpu_command()
/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs619 pub fn context_detach_resource(&mut self, ctx_id: u32, resource_id: u32) -> RutabagaResult<()> { in context_detach_resource() method