Home
last modified time | relevance | path

Searched defs:RutabagaHandle (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs189 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle>; in allocate_memory()
195 _handle: RutabagaHandle, in import_and_map()
317 ) -> RutabagaResult<RutabagaHandle> { in allocate_memory()
332 handle: RutabagaHandle, in import_and_map()
Dsystem_gralloc.rs46 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory()
Dvulkano_gralloc.rs301 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory()
367 handle: RutabagaHandle, in import_and_map()
Dminigbm.rs136 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory()
/external/crosvm/rutabaga_gfx/src/
Drutabaga_utils.rs488 pub struct RutabagaHandle { struct
493 impl RutabagaHandle { argument
495 pub fn try_clone(&self) -> RutabagaResult<RutabagaHandle> { in try_clone()
Drutabaga_core.rs147 fn export_fence(&self, _fence_id: u32) -> RutabagaResult<RutabagaHandle> { in export_fence()
169 _handle: Option<RutabagaHandle>, in context_create_blob()
454 handle: Option<RutabagaHandle>, in resource_create_blob()
533 pub fn export_blob(&mut self, resource_id: u32) -> RutabagaResult<RutabagaHandle> { in export_blob()
561 pub fn export_fence(&self, fence_id: u32) -> RutabagaResult<RutabagaHandle> { in export_fence()
Dvirgl_renderer.rs253 fn export_blob(&self, resource_id: u32) -> RutabagaResult<Arc<RutabagaHandle>> { in export_blob()
534 fn export_fence(&self, fence_id: u32) -> RutabagaResult<RutabagaHandle> { in export_fence()
/external/crosvm/devices/src/virtio/gpu/
Dudmabuf.rs134 ) -> UdmabufResult<RutabagaHandle> { in create_udmabuf()
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs141 handle: Option<RutabagaHandle>, in context_create_blob()