HomeSort by relevance Sort by last modified time
    Searched refs:wl_queue (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 69 wl_proxy_set_queue((struct wl_proxy *) callback, dri2_dpy->wl_queue);
71 ret = wl_display_dispatch_queue(dri2_dpy->wl_dpy, dri2_dpy->wl_queue);
338 dri2_dpy->wl_queue);
433 wl_display_dispatch_queue_pending(dri2_dpy->wl_dpy, dri2_dpy->wl_queue);
569 ret = wl_display_dispatch_queue(dri2_dpy->wl_dpy, dri2_dpy->wl_queue);
577 dri2_dpy->wl_queue);
780 dri2_dpy->wl_queue = wl_display_create_queue(dri2_dpy->wl_dpy);
783 dri2_dpy->wl_queue);
egl_dri2.h 128 struct wl_event_queue *wl_queue; member in struct:dri2_egl_display

Completed in 54 milliseconds