Lines Matching refs:present_window

311 xwl_present_get_crtc(WindowPtr present_window)  in xwl_present_get_crtc()  argument
313 struct xwl_present_window *xwl_present_window = xwl_present_window_get_priv(present_window); in xwl_present_get_crtc()
319 rr_private = rrGetScrPriv(present_window->drawable.pScreen); in xwl_present_get_crtc()
328 xwl_present_get_ust_msc(WindowPtr present_window, uint64_t *ust, uint64_t *msc) in xwl_present_get_ust_msc() argument
330 struct xwl_present_window *xwl_present_window = xwl_present_window_get_priv(present_window); in xwl_present_get_ust_msc()
345 xwl_present_queue_vblank(WindowPtr present_window, in xwl_present_queue_vblank() argument
350 struct xwl_present_window *xwl_present_window = xwl_present_window_get_priv(present_window); in xwl_present_queue_vblank()
351 struct xwl_window *xwl_window = xwl_window_from_window(present_window); in xwl_present_queue_vblank()
384 xwl_present_abort_vblank(WindowPtr present_window, in xwl_present_abort_vblank() argument
389 struct xwl_present_window *xwl_present_window = xwl_present_window_priv(present_window); in xwl_present_abort_vblank()
418 WindowPtr present_window, in xwl_present_check_flip2() argument
423 struct xwl_window *xwl_window = xwl_window_from_window(present_window); in xwl_present_check_flip2()
433 if (screen->GetWindowPixmap(xwl_window->window) != screen->GetWindowPixmap(present_window)) in xwl_present_check_flip2()
441 if (!RegionEqual(&xwl_window->window->winSize, &present_window->winSize)) in xwl_present_check_flip2()
448 xwl_present_flip(WindowPtr present_window, in xwl_present_flip() argument
456 struct xwl_window *xwl_window = xwl_window_from_window(present_window); in xwl_present_flip()
457 struct xwl_present_window *xwl_present_window = xwl_present_window_priv(present_window); in xwl_present_flip()
509 damage_box->x1 - present_window->drawable.x, in xwl_present_flip()
510 damage_box->y1 - present_window->drawable.y, in xwl_present_flip()