Searched refs:wl_queue (Results 1 – 2 of 2) sorted by relevance
69 wl_proxy_set_queue((struct wl_proxy *) callback, dri2_dpy->wl_queue); in roundtrip()71 ret = wl_display_dispatch_queue(dri2_dpy->wl_dpy, dri2_dpy->wl_queue); in roundtrip()338 dri2_dpy->wl_queue); in dri2_release_buffers()433 wl_display_dispatch_queue_pending(dri2_dpy->wl_dpy, dri2_dpy->wl_queue); in dri2_get_buffers_with_format()569 ret = wl_display_dispatch_queue(dri2_dpy->wl_dpy, dri2_dpy->wl_queue); in dri2_swap_buffers()577 dri2_dpy->wl_queue); in dri2_swap_buffers()780 dri2_dpy->wl_queue = wl_display_create_queue(dri2_dpy->wl_dpy); in dri2_initialize_wayland()783 dri2_dpy->wl_queue); in dri2_initialize_wayland()
128 struct wl_event_queue *wl_queue; member