| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-eglstream.c | 66 SetWindowPixmapProcPtr SetWindowPixmap; member 347 xwl_screen->screen->SetWindowPixmap = xwl_eglstream->SetWindowPixmap; in xwl_eglstream_set_window_pixmap() 348 (*xwl_screen->screen->SetWindowPixmap)(window, pixmap); in xwl_eglstream_set_window_pixmap() 349 xwl_eglstream->SetWindowPixmap = xwl_screen->screen->SetWindowPixmap; in xwl_eglstream_set_window_pixmap() 350 xwl_screen->screen->SetWindowPixmap = xwl_eglstream_set_window_pixmap; in xwl_eglstream_set_window_pixmap() 858 xwl_eglstream->SetWindowPixmap = screen->SetWindowPixmap; in xwl_glamor_eglstream_init_screen() 859 screen->SetWindowPixmap = xwl_eglstream_set_window_pixmap; in xwl_glamor_eglstream_init_screen()
|
| H A D | xwayland.c | 724 screen->SetWindowPixmap = xwl_screen->SetWindowPixmap; in xwl_set_window_pixmap() 725 (*screen->SetWindowPixmap) (window, pixmap); in xwl_set_window_pixmap() 726 xwl_screen->SetWindowPixmap = screen->SetWindowPixmap; in xwl_set_window_pixmap() 727 screen->SetWindowPixmap = xwl_set_window_pixmap; in xwl_set_window_pixmap() 1285 xwl_screen->SetWindowPixmap = pScreen->SetWindowPixmap; in xwl_screen_init() 1286 pScreen->SetWindowPixmap = xwl_set_window_pixmap; in xwl_screen_init()
|
| H A D | xwayland.h | 136 SetWindowPixmapProcPtr SetWindowPixmap; member
|
| H A D | xwayland-output.c | 151 screen->SetWindowPixmap(window, screen->GetScreenPixmap(screen)); in xwl_set_pixmap_visit_window()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2.c | 133 SetWindowPixmapProcPtr SetWindowPixmap; member 1415 pScreen->SetWindowPixmap = ds->SetWindowPixmap; in DRI2SetWindowPixmap() 1416 (*pScreen->SetWindowPixmap) (pWin, pPix); in DRI2SetWindowPixmap() 1417 ds->SetWindowPixmap = pScreen->SetWindowPixmap; in DRI2SetWindowPixmap() 1418 pScreen->SetWindowPixmap = DRI2SetWindowPixmap; in DRI2SetWindowPixmap() 1635 ds->SetWindowPixmap = pScreen->SetWindowPixmap; in DRI2ScreenInit() 1636 pScreen->SetWindowPixmap = DRI2SetWindowPixmap; in DRI2ScreenInit() 1662 pScreen->SetWindowPixmap = ds->SetWindowPixmap; in DRI2CloseScreen()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damagestr.h | 67 SetWindowPixmapProcPtr SetWindowPixmap; member
|
| H A D | damage.c | 1564 unwrap(pScrPriv, pScreen, SetWindowPixmap); in damageSetWindowPixmap() 1565 (*pScreen->SetWindowPixmap) (pWindow, pPixmap); in damageSetWindowPixmap() 1566 wrap(pScrPriv, pScreen, SetWindowPixmap, damageSetWindowPixmap); in damageSetWindowPixmap() 1695 wrap(pScrPriv, pScreen, SetWindowPixmap, damageSetWindowPixmap); in DamageSetup()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessCommon.c | 195 pScreen->SetWindowPixmap(pWindow, winRec->pixmap); in RootlessStartDrawing() 228 pScreen->SetWindowPixmap(pWindow, oldPixmap); in RestorePreDrawingPixmapVisitor()
|
| H A D | rootlessWindow.c | 1657 pScreen->SetWindowPixmap(pWin, topWinRec->pixmap); in RootlessSetPixmapOfAncestors()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present.c | 129 (*screen->SetWindowPixmap)(window, visit->new); in present_set_tree_pixmap_visit()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 157 pScreen->SetWindowPixmap = _fbSetWindowPixmap; in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 602 SetWindowPixmapProcPtr SetWindowPixmap; member
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compwindow.c | 122 (*pScreen->SetWindowPixmap) (pWindow, pVisit->pPixmap); in compSetPixmapVisitWindow() 578 (*pScreen->SetWindowPixmap) (pWin, parent_pixmap); in compCreateWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 265 pScreen->SetWindowPixmap = NULL; in dmxScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1591 screen->SetWindowPixmap(window, screen->GetScreenPixmap(screen)); in ephyrSetPixmapVisitWindow() 1632 if (pScreen->root && pScreen->SetWindowPixmap) in ephyr_glamor_create_screen_resources()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 28634 dri2: Only invalidate the immediate Window upon SetWindowPixmap 28636 All callers of SetWindowPixmap will themselves be traversing the Window 39919 composite: Skip SetWindowPixmap when pixmap isn't changing 39922 and avoid calling SetWindowPixmap in that case. 44723 dri2: Invalidate DRI2Buffers upon SetWindowPixmap updates 47704 glamor: SetWindowPixmap is not related to RENDER 47706 Move the configuration of screen->SetWindowPixmap out from under it. 52929 fixup picture in SetWindowPixmap 52934 (SetWindowPixmap is called) 85396 SetWindowPixmap is implemented in shadow code. [all …]
|