Home
last modified time | relevance | path

Searched defs:DrmFormat (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dformats.rs48 pub struct DrmFormat(pub u32); struct
108 impl DrmFormat { implementation
111 pub fn new(a: u8, b: u8, c: u8, d: u8) -> DrmFormat { in new()
214 impl From<u32> for DrmFormat { implementation
215 fn from(u: u32) -> DrmFormat { in from()
226 impl fmt::Debug for DrmFormat { implementation
Dminigbm.rs193 pub fn format(&self) -> DrmFormat { in format()