Lines Matching full:window

58 present_get_crtc(WindowPtr window)  in present_get_crtc()  argument
60 ScreenPtr screen = window->drawable.pScreen; in present_get_crtc()
66 return screen_priv->get_crtc(screen_priv, window); in present_get_crtc()
106 present_pixmap_idle(PixmapPtr pixmap, WindowPtr window, CARD32 serial, struct present_fence *presen… in present_pixmap_idle() argument
110 if (window) { in present_pixmap_idle()
112 present_send_idle_notify(window, serial, pixmap, present_fence); in present_pixmap_idle()
122 present_set_tree_pixmap_visit(WindowPtr window, void *data) in present_set_tree_pixmap_visit() argument
125 ScreenPtr screen = window->drawable.pScreen; in present_set_tree_pixmap_visit()
127 if ((*screen->GetWindowPixmap)(window) != visit->old) in present_set_tree_pixmap_visit()
129 (*screen->SetWindowPixmap)(window, visit->new); in present_set_tree_pixmap_visit()
134 present_set_tree_pixmap(WindowPtr window, in present_set_tree_pixmap() argument
139 ScreenPtr screen = window->drawable.pScreen; in present_set_tree_pixmap()
141 visit.old = (*screen->GetWindowPixmap)(window); in present_set_tree_pixmap()
148 TraverseTree(window, present_set_tree_pixmap_visit, &visit); in present_set_tree_pixmap()
152 present_can_window_flip(WindowPtr window) in present_can_window_flip() argument
154 ScreenPtr screen = window->drawable.pScreen; in present_can_window_flip()
157 return screen_priv->can_window_flip(window); in present_can_window_flip()
188 present_pixmap(WindowPtr window, in present_pixmap() argument
205 ScreenPtr screen = window->drawable.pScreen; in present_pixmap()
208 return screen_priv->present_pixmap(window, in present_pixmap()
227 present_notify_msc(WindowPtr window, in present_notify_msc() argument
233 return present_pixmap(window, in present_notify_msc()