Home
last modified time | relevance | path

Searched refs:window_pixmap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_scmd.c81 PixmapPtr window_pixmap; in present_check_flip() local
102 window_pixmap = screen->GetWindowPixmap(window); in present_check_flip()
103 if (window_pixmap != screen->GetScreenPixmap(screen) && in present_check_flip()
104 window_pixmap != screen_priv->flip_pixmap && in present_check_flip()
105 window_pixmap != present_flip_pending_pixmap(screen)) in present_check_flip()
494 PixmapPtr window_pixmap; in present_scmd_can_window_flip() local
509 window_pixmap = screen->GetWindowPixmap(window); in present_scmd_can_window_flip()
510 if (window_pixmap != screen->GetScreenPixmap(screen) && in present_scmd_can_window_flip()
511 window_pixmap != screen_priv->flip_pixmap && in present_scmd_can_window_flip()
512 window_pixmap != present_flip_pending_pixmap(screen)) in present_scmd_can_window_flip()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c575 PixmapPtr window_pixmap = (*pScreen->GetWindowPixmap)(pWin); in compCreateWindow() local
577 if (window_pixmap != parent_pixmap) in compCreateWindow()