Searched refs:window_list (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c39 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) {
51 xorg_list_del(&notify->window_list);
67 xorg_list_add(&notify->window_list, &window_priv->notifies);
H A Dpresent_vblank.c74 xorg_list_append(&vblank->window_list, &window_priv->vblank);
204 xorg_list_del(&vblank->window_list);
H A Dpresent_priv.h60 struct xorg_list window_list; member in struct:present_notify
66 struct xorg_list window_list; member in struct:present_vblank
H A Dpresent_scmd.c456 xorg_list_for_each_entry(vblank, &window_priv->vblank, window_list) {
560 xorg_list_del(&vblank->window_list);
632 xorg_list_append(&vblank->window_list,
731 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) {
H A Dpresent_screen.c79 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) {

Completed in 9 milliseconds