Searched refs:xwl_present_window (Results 1 – 4 of 4) sorted by relevance
42 static struct xwl_present_window *49 static struct xwl_present_window *52 struct xwl_present_window *xwl_present_window = xwl_present_window_priv(window); in xwl_present_window_get_priv() local54 if (xwl_present_window == NULL) { in xwl_present_window_get_priv()55 xwl_present_window = calloc (1, sizeof (struct xwl_present_window)); in xwl_present_window_get_priv()56 if (!xwl_present_window) in xwl_present_window_get_priv()59 xwl_present_window->window = window; in xwl_present_window_get_priv()60 xwl_present_window->msc = 1; in xwl_present_window_get_priv()61 xwl_present_window->ust = GetTimeInMicros(); in xwl_present_window_get_priv()63 xorg_list_init(&xwl_present_window->frame_callback_list); in xwl_present_window_get_priv()[all …]
192 struct xwl_present_window { struct217 struct xwl_present_window *xwl_present_window; argument458 void xwl_present_frame_callback(struct xwl_present_window *xwl_present_window);461 void xwl_present_unrealize_window(struct xwl_present_window *xwl_present_window);
693 struct xwl_present_window *xwl_present_window, *tmp; in xwl_unrealize_window() local695 xorg_list_for_each_entry_safe(xwl_present_window, tmp, in xwl_unrealize_window()698 xwl_present_unrealize_window(xwl_present_window); in xwl_unrealize_window()747 struct xwl_present_window *xwl_present_window, *tmp; in frame_callback() local749 xorg_list_for_each_entry_safe(xwl_present_window, tmp, in frame_callback()752 xwl_present_frame_callback(xwl_present_window); in frame_callback()
1793 * Drop unused frame_callback member of struct xwl_present_window3412 xwl_present_cleanup frees the struct xwl_present_window memory,4046 calls TimerSet with the old xwl_present_window->frame_timer pointer4050 step 1 freed xwl_present_window->frame_timer, and it will allocate a new4155 xwl_present_window->sync_callback was leaked.4505 xwayland: Remove xwl_present_window from privates on cleanup4554 Remove `xwl_present_window` from window's privates on cleanup so that no