Home
last modified time | relevance | path

Searched defs:get_capset_info (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs258 fn get_capset_info(&self, _capset_id: u32) -> (u32, u32) { in get_capset_info() method
/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs55 fn get_capset_info(&self, _capset_id: u32) -> (u32, u32) { in get_capset_info() method
239 pub fn get_capset_info(&self, index: u32) -> RutabagaResult<(u32, u32, u32)> { in get_capset_info() method
Dvirgl_renderer.rs283 fn get_capset_info(&self, capset_id: u32) -> (u32, u32) { in get_capset_info() method
Dgfxstream.rs231 fn get_capset_info(&self, _capset_id: u32) -> (u32, u32) { in get_capset_info() method
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs484 pub fn get_capset_info(&self, index: u32) -> VirtioGpuResult { in get_capset_info() method