Home
last modified time | relevance | path

Searched refs:DamageRegionAppend (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau/
H A D0001-nouveau-fixup-driver-for-new-X-server-ABI.patch51 - DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion);
52 + DamageRegionAppend(&dirty->secondary_dst->drawable, &pixregion);
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-nouveau/
H A D0001-nouveau-fixup-driver-for-new-X-server-ABI.patch53 - DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion);
54 + DamageRegionAppend(&dirty->secondary_dst->drawable, &pixregion);
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.h96 DamageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion);
H A Ddamage.c1896 DamageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion) in DamageRegionAppend() function
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c112 DamageRegionAppend(pDst->pDrawable, pDst->pCompositeClip); in fbShapes()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch182 - DamageRegionAppend(&dirty->slave_dst->drawable, region);
184 + DamageRegionAppend(&dirty->secondary_dst->drawable, region);
/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.patch180 - DamageRegionAppend(&dirty->slave_dst->drawable, region);
182 + DamageRegionAppend(&dirty->secondary_dst->drawable, region);
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_compositerects.c268 DamageRegionAppend(&pixmap->drawable, &region); in glamor_composite_rectangles()
H A Dglamor_xv.c487 DamageRegionAppend(port_priv->pDraw, &port_priv->clip); in glamor_xv_render()
751 DamageRegionAppend(port_priv->pDraw, &port_priv->clip); in glamor_xv_render_dma()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c405 DamageRegionAppend(pDrawable, clipBoxes); in ms_exa_xv_put_image()
H A Ddri2.c634 DamageRegionAppend(&front_priv->pixmap->drawable, &region); in ms_dri2_exchange_buffers()
H A Ddriver.c641 DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion); in redisplay_dirty()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c572 DamageRegionAppend(pDst->pDrawable, &region); in exaCompositeRects()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c912 DamageRegionAppend(pDraw, &region); in dri2_copy_region()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog53200 As we need to call DamageRegionAppend even for fallback path,
103231 Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
103235 the DamageRegionAppend calls were explicitly telling damage to flush