Searched refs:CreateGrallocError (Results 1 – 1 of 1) sorted by relevance
107 CreateGrallocError(rutabaga_gfx::RutabagaError), enumerator227 CreateGrallocError(e) => write!(f, "failed to create gralloc: {}", e), in fmt()2473 let gralloc = RutabagaGralloc::new().map_err(Error::CreateGrallocError)?; in run_vm()