Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs28 const RUTABAGA_GRALLOC_USE_LINEAR: u32 = 1 << 4; constant
86 RutabagaGrallocFlags(self.0 | RUTABAGA_GRALLOC_USE_LINEAR) in use_linear()
88 RutabagaGrallocFlags(self.0 & !RUTABAGA_GRALLOC_USE_LINEAR) in use_linear()