Searched defs:get_capset_info (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/rutabaga_gfx/src/cross_domain/ |
D | cross_domain.rs | 258 fn get_capset_info(&self, _capset_id: u32) -> (u32, u32) { in get_capset_info() method
|
/external/crosvm/rutabaga_gfx/src/ |
D | rutabaga_core.rs | 55 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
|
D | virgl_renderer.rs | 283 fn get_capset_info(&self, capset_id: u32) -> (u32, u32) { in get_capset_info() method
|
D | gfxstream.rs | 231 fn get_capset_info(&self, _capset_id: u32) -> (u32, u32) { in get_capset_info() method
|
/external/crosvm/devices/src/virtio/gpu/ |
D | virtio_gpu.rs | 484 pub fn get_capset_info(&self, index: u32) -> VirtioGpuResult { in get_capset_info() method
|