Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drenderer_utils.rs51 pub struct FenceState { struct
55 impl FenceState { implementation
64 pub fence_state: Rc<RefCell<FenceState>>,
Dgfxstream.rs119 fence_state: Rc<RefCell<FenceState>>,
204 let fence_state = Rc::new(RefCell::new(FenceState { latest_fence: 0 })); in init()
Dvirgl_renderer.rs37 fence_state: Rc<RefCell<FenceState>>,
195 let fence_state = Rc::new(RefCell::new(FenceState { latest_fence: 0 })); in init()