Home
last modified time | relevance | path

Searched refs:GetScreenPixmap (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkshadow.c68 shadowRemove(pScreen, pScreen->GetScreenPixmap(pScreen)); in KdShadowSet()
70 return shadowAdd(pScreen, pScreen->GetScreenPixmap(pScreen), in KdShadowSet()
79 shadowRemove(pScreen, pScreen->GetScreenPixmap(pScreen)); in KdShadowUnset()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_scmd.c103 if (window_pixmap != screen->GetScreenPixmap(screen) && in present_check_flip()
302 PixmapPtr screen_pixmap = (*screen->GetScreenPixmap)(screen); in present_restore_screen_pixmap()
510 if (window_pixmap != screen->GetScreenPixmap(screen) && in present_scmd_can_window_flip()
590 (*screen->GetScreenPixmap)(screen)); in present_execute()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c151 screen->SetWindowPixmap(window, screen->GetScreenPixmap(screen)); in xwl_set_pixmap_visit_window()
165 old_pixmap = pScreen->GetScreenPixmap(pScreen); in update_backing_pixmaps()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0003-Guard-local-variable-priv-only-used-with-glamor.patch41 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen);
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch109 pPixmap = pScreen->GetScreenPixmap(pScreen);
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c276 pScreen->GetScreenPixmap = miGetScreenPixmap; in miScreenInit()
H A Dmisprite.c171 DamageRegister(&(pScreen->GetScreenPixmap(pScreen)->drawable), in miSpriteEnableDamage()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c362 PixmapPtr pixmap = screen->GetScreenPixmap(screen); in ms_present_unflip()
H A Ddriver.c587 PixmapPtr pixmap = pScreen->GetScreenPixmap(pScreen); in dispatch_dirty()
1497 rootPixmap = pScreen->GetScreenPixmap(pScreen); in CreateScreenResources()
2053 shadowRemove(pScreen, pScreen->GetScreenPixmap(pScreen)); in CloseScreen()
2085 screen_pixmap = pScreen->GetScreenPixmap(pScreen); in CloseScreen()
H A Ddrmmode_display.c1672 PixmapPtr screen_pixmap = pScreen->GetScreenPixmap(pScreen); in drmmode_crtc_copy_fb()
1767 dst = pScreen->GetScreenPixmap(pScreen); in drmmode_crtc_copy_fb()
2051 PixmapPtr screenpix = screen->GetScreenPixmap(screen); in drmmode_set_target_scanout_pixmap_gpu()
2093 screenpix = screen->GetScreenPixmap(screen); in drmmode_set_target_scanout_pixmap_gpu()
3645 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); in drmmode_handle_new_screen_pixmap()
3665 PixmapPtr ppix = screen->GetScreenPixmap(screen); in drmmode_xf86crtc_resize()
4937 ret = ms_exa_copy_area(screen->GetScreenPixmap(screen), fb->pixmap, in drmmode_update_fb()
4940 ret = ms_copy_area(screen->GetScreenPixmap(screen), fb->pixmap, in drmmode_update_fb()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h603 GetScreenPixmapProcPtr GetScreenPixmap; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c156 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_egl_create_textured_screen()
795 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_egl_close_screen()
H A Dglamor.c960 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_close_screen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c135 DamageDamageRegion(&(*pScreen->GetScreenPixmap) (pScreen)->drawable, in xf86CrtcDamageShadow()
H A Dxf86RandR12.c720 pScrnPix = (*pScreen->GetScreenPixmap) (pScreen); in xf86RandR12ScreenSetSize()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c85 pPix = (*pScreen->GetScreenPixmap) (pScreen); in RootlessUpdateScreenPixmap()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1591 screen->SetWindowPixmap(window, screen->GetScreenPixmap(screen)); in ephyrSetPixmapVisitWindow()
1620 old_screen_pixmap = pScreen->GetScreenPixmap(pScreen); in ephyr_glamor_create_screen_resources()
H A Dephyr.c383 pPixmap = (*pScreen->GetScreenPixmap) (pScreen); in ephyrSetInternalDamage()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c62 PixmapPtr pScreenPixmap = (*pScreen->GetScreenPixmap) (pScreen); in compCheckWindow()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c673 pScreenPixmap = pScreen->GetScreenPixmap(pScreen); in exaCreateScreenResources()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c830 if (pDraw->pScreen->GetScreenPixmap(pDraw->pScreen) == pPixmap) { in DRI2UpdatePrime()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c638 PixmapPtr screen_pixmap = pScreen->GetScreenPixmap(pScreen); in rrCheckPixmapBounding()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c411 (unsigned) pScreen->GetScreenPixmap(pScreen)->drawable.id); in PrintWindowTree()