Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs27 const RUTABAGA_GRALLOC_USE_RENDERING: u32 = 1 << 2; constant
76 RutabagaGrallocFlags(self.0 | RUTABAGA_GRALLOC_USE_RENDERING) in use_rendering()
78 RutabagaGrallocFlags(self.0 & !RUTABAGA_GRALLOC_USE_RENDERING) in use_rendering()
121 self.0 & RUTABAGA_GRALLOC_USE_RENDERING != 0 in uses_rendering()