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 D | 0001-nouveau-fixup-driver-for-new-X-server-ABI.patch | 51 - 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 D | 0001-nouveau-fixup-driver-for-new-X-server-ABI.patch | 53 - DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion); 54 + DamageRegionAppend(&dirty->secondary_dst->drawable, &pixregion);
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.h | 96 DamageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion);
|
| H A D | damage.c | 1896 DamageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion) in DamageRegionAppend() function
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbtrap.c | 112 DamageRegionAppend(pDst->pDrawable, pDst->pCompositeClip); in fbShapes()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0002-ati-cleanup-terminology-to-use-primary-secondary.patch | 182 - 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 D | 0001-ati-cleanup-terminology-to-use-primary-secondary.patch | 180 - DamageRegionAppend(&dirty->slave_dst->drawable, region); 182 + DamageRegionAppend(&dirty->secondary_dst->drawable, region);
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_compositerects.c | 268 DamageRegionAppend(&pixmap->drawable, ®ion); in glamor_composite_rectangles()
|
| H A D | glamor_xv.c | 487 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 D | xv.c | 405 DamageRegionAppend(pDrawable, clipBoxes); in ms_exa_xv_put_image()
|
| H A D | dri2.c | 634 DamageRegionAppend(&front_priv->pixmap->drawable, ®ion); in ms_dri2_exchange_buffers()
|
| H A D | driver.c | 641 DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion); in redisplay_dirty()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_render.c | 572 DamageRegionAppend(pDst->pDrawable, ®ion); in exaCompositeRects()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2.c | 912 DamageRegionAppend(pDraw, ®ion); in dri2_copy_region()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 53200 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
|