Home
last modified time | relevance | path

Searched refs:SetWindowPixmap (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c66 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 Dxwayland.c724 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 Dxwayland.h136 SetWindowPixmapProcPtr SetWindowPixmap; member
H A Dxwayland-output.c151 screen->SetWindowPixmap(window, screen->GetScreenPixmap(screen)); in xwl_set_pixmap_visit_window()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c133 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 Ddamagestr.h67 SetWindowPixmapProcPtr SetWindowPixmap; member
H A Ddamage.c1564 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 DrootlessCommon.c195 pScreen->SetWindowPixmap(pWindow, winRec->pixmap); in RootlessStartDrawing()
228 pScreen->SetWindowPixmap(pWindow, oldPixmap); in RestorePreDrawingPixmapVisitor()
H A DrootlessWindow.c1657 pScreen->SetWindowPixmap(pWin, topWinRec->pixmap); in RootlessSetPixmapOfAncestors()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent.c129 (*screen->SetWindowPixmap)(window, visit->new); in present_set_tree_pixmap_visit()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c157 pScreen->SetWindowPixmap = _fbSetWindowPixmap; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h602 SetWindowPixmapProcPtr SetWindowPixmap; member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c122 (*pScreen->SetWindowPixmap) (pWindow, pVisit->pPixmap); in compSetPixmapVisitWindow()
578 (*pScreen->SetWindowPixmap) (pWin, parent_pixmap); in compCreateWindow()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c265 pScreen->SetWindowPixmap = NULL; in dmxScreenInit()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1591 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 DChangeLog28634 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 …]