| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compwindow.c | 59 PixmapPtr pWinPixmap = (*pScreen->GetWindowPixmap) (pWin); in compCheckWindow() 61 pWin->parent ? (*pScreen->GetWindowPixmap) (pWin->parent) : 0; in compCheckWindow() 170 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compCheckRedirect() 237 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compPositionWindow() 464 compSetPixmap(pWin, (*pScreen->GetWindowPixmap) (pWin->parent), in compReparentWindow() 489 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compCopyWindow() 574 PixmapPtr parent_pixmap = (*pScreen->GetWindowPixmap)(pWin->parent); in compCreateWindow() 575 PixmapPtr window_pixmap = (*pScreen->GetWindowPixmap)(pWin); in compCreateWindow() 608 PixmapPtr pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compDestroyWindow() 664 PixmapPtr pSrcPixmap = (*pScreen->GetWindowPixmap) (pWin); in compWindowUpdateAutomatic()
|
| H A D | compalloc.c | 284 pPixmap = (*pScreen->GetWindowPixmap) (pWin); in compFreeClientWindow() 651 pParentPixmap = (*pScreen->GetWindowPixmap) (pWin->parent); in compSetParentPixmap() 666 PixmapPtr pOld = (*pScreen->GetWindowPixmap) (pWin); in compReallocPixmap()
|
| H A D | compext.c | 250 pPixmap = (*pScreen->GetWindowPixmap) (pWin); in ProcCompositeNameWindowPixmap() 521 PixmapPtr pixmap = screen->GetWindowPixmap(window); in GetCompositeWindowBytes() 749 pPixmap = (*pWin->drawable.pScreen->GetWindowPixmap) (pWin); in PanoramiXCompositeNameWindowPixmap()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present.c | 127 if ((*screen->GetWindowPixmap)(window) != visit->old) in present_set_tree_pixmap_visit() 141 visit.old = (*screen->GetWindowPixmap)(window); in present_set_tree_pixmap()
|
| H A D | present_wnmd.c | 139 PixmapPtr pixmap = (*screen->GetWindowPixmap)(window); in present_wnmd_toplvl_pixmap_window() 145 if ( (*screen->GetWindowPixmap)(next_w) != pixmap) { in present_wnmd_toplvl_pixmap_window() 491 PixmapPtr old_pixmap = screen->GetWindowPixmap(window); in present_wnmd_execute()
|
| H A D | present_scmd.c | 102 window_pixmap = screen->GetWindowPixmap(window); in present_check_flip() 320 if (screen->root && screen->GetWindowPixmap(screen->root) == flip_pixmap) in present_restore_screen_pixmap() 509 window_pixmap = screen->GetWindowPixmap(window); in present_scmd_can_window_flip()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2.c | 774 return drawable->pScreen->GetWindowPixmap(pWin); in GetDrawablePixmap() 785 if (pWin->drawable.pScreen->GetWindowPixmap(pWin) != data) in DRI2InvalidateWalk() 796 PixmapPtr pPixmap = pDraw->pScreen->GetWindowPixmap(pWin); in DRI2InvalidateDrawableAll() 802 pDraw->pScreen->GetWindowPixmap(pWin->parent) == pPixmap) in DRI2InvalidateDrawableAll() 828 PixmapPtr pPixmap = pDraw->pScreen->GetWindowPixmap(pWin); in DRI2UpdatePrime() 958 pRootPixmap = pScreen->GetWindowPixmap(pRoot); in DRI2CanFlip() 961 pWinPixmap = pScreen->GetWindowPixmap(pWin); in DRI2CanFlip()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessCommon.c | 175 curPixmap = pScreen->GetWindowPixmap(pWindow); in RootlessStartDrawing() 209 PixmapPtr exPixmap = pScreen->GetWindowPixmap(pWindow); in RestorePreDrawingPixmapVisitor()
|
| H A D | rootlessWindow.c | 688 &pScreen->GetWindowPixmap(pWin)->drawable, 0, in RootlessResizeCopyWindow() 704 &pScreen->GetWindowPixmap(pWin)->drawable, 0, in RootlessResizeCopyWindow() 1099 dst = pScreen->GetWindowPixmap(pWin); in StartFrameResize()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-present.c | 433 if (screen->GetWindowPixmap(xwl_window->window) != screen->GetWindowPixmap(present_window)) in xwl_present_check_flip2()
|
| H A D | xwayland-output.c | 150 if (screen->GetWindowPixmap(window) == data) { in xwl_set_pixmap_visit_window()
|
| H A D | xwayland-glamor-eglstream.c | 537 (*xwl_screen->screen->GetWindowPixmap)(xwl_window->window); in xwl_glamor_eglstream_allow_commits()
|
| H A D | xwayland.c | 808 pixmap = (*xwl_screen->screen->GetWindowPixmap) (xwl_window->window); in xwl_window_post_damage()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miexpose.c | 460 if (!pScreen->GetWindowPixmap) in miPaintWindow() 462 pixmap = (*pScreen->GetWindowPixmap) ((WindowPtr) drawable); in miPaintWindow()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 156 pScreen->GetWindowPixmap = _fbGetWindowPixmap; in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 601 GetWindowPixmapProcPtr GetWindowPixmap; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 264 pScreen->GetWindowPixmap = NULL; in dmxScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | xv.c | 401 dst_pixmap = screen->GetWindowPixmap((WindowPtr) pDrawable); in ms_exa_xv_put_image()
|
| H A D | dri2.c | 116 return screen->GetWindowPixmap((WindowPtr) drawable); in get_drawable_pixmap()
|
| H A D | exa.c | 552 pPix = pScreen->GetWindowPixmap((WindowPtr) pDrawable); in ms_exa_composite_fix_offsets()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 924 port_priv->pPixmap = pScreen->GetWindowPixmap((WindowPtr) pDrawable); in glamor_xv_put_dma_image() 1104 port_priv->pPixmap = pScreen->GetWindowPixmap((WindowPtr) pDrawable); in glamor_xv_put_image()
|
| H A D | glamor.c | 72 return drawable->pScreen->GetWindowPixmap((WindowPtr) drawable); in glamor_get_drawable_pixmap()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 94 if (pScreen->GetWindowPixmap in getDrawableDamageRef() 99 pPixmap = (*pScreen->GetWindowPixmap) ((WindowPtr) pDrawable); in getDrawableDamageRef() 1556 PixmapPtr pOldPixmap = (*pScreen->GetWindowPixmap) (pWindow); in damageSetWindowPixmap()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 379 PixmapPtr pPixmap = pScreen->GetWindowPixmap(pWin); in ExaCheckCopyWindow()
|
| H A D | exa.c | 115 return pDrawable->pScreen->GetWindowPixmap((WindowPtr) pDrawable); in exaGetDrawablePixmap()
|