Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs37 const RUTABAGA_GRALLOC_USE_SW_WRITE_OFTEN: u32 = 1 << 11; constant
96 RutabagaGrallocFlags(self.0 | RUTABAGA_GRALLOC_USE_SW_WRITE_OFTEN) in use_sw_write()
98 RutabagaGrallocFlags(self.0 & !RUTABAGA_GRALLOC_USE_SW_WRITE_OFTEN) in use_sw_write()
129 || self.0 & RUTABAGA_GRALLOC_USE_SW_WRITE_OFTEN != 0 in host_visible()