Searched refs:repaint_flush (Results 1 – 4 of 4) sorted by relevance
68 int (*repaint_flush)(struct weston_compositor *compositor, member
2985 if (compositor->backend->repaint_flush) in output_repaint_timer_handler()2986 ret = compositor->backend->repaint_flush(compositor, in output_repaint_timer_handler()
296 b->base.repaint_flush = hdi_backend_repaint_flush; in hdi_backend_create()
3005 b->base.repaint_flush = drm_repaint_flush; in drm_backend_create()