Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs191 fn context_poll(&mut self) -> Option<Vec<RutabagaFenceData>> { in context_poll() method
320 if let Some(ref mut ctx_completed_fences) = ctx.context_poll() { in poll()
/external/crosvm/rutabaga_gfx/src/cross_domain/
Dcross_domain.rs248 fn context_poll(&mut self) -> Option<Vec<RutabagaFenceData>> { in context_poll() method