Home
last modified time | relevance | path

Searched refs:RegionDuplicate (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_vblank.c91 vblank->valid = RegionDuplicate(valid); in present_vblank_create()
96 vblank->update = RegionDuplicate(update); in present_vblank_create()
H A Dpresent_wnmd.c476 damage = RegionDuplicate(vblank->update); in present_wnmd_execute()
482 damage = RegionDuplicate(&window->clipList); in present_wnmd_execute()
/OK3568_Linux_fs/external/xserver/include/
H A Dregionstr.h220 extern _X_EXPORT RegionPtr RegionDuplicate(RegionPtr /* pOld */);
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch170 dstregion = RegionDuplicate(damageregion);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/
H A D0001-ati-cleanup-terminology-to-use-primary-secondary.patch168 dstregion = RegionDuplicate(damageregion);
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c1037 region = RegionDuplicate(clip); in ms_exa_copy_area()
/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c259 RegionDuplicate(RegionPtr pOld) in RegionDuplicate() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog58016 Add a RegionDuplicate function