| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.h | 30 typedef struct _damage *DamagePtr; typedef 40 typedef void (*DamageReportFunc) (DamagePtr pDamage, RegionPtr pRegion, 42 typedef void (*DamageDestroyFunc) (DamagePtr pDamage, void *closure); 44 typedef void (*DamageScreenCreateFunc) (DamagePtr); 45 typedef void (*DamageScreenRegisterFunc) (DrawablePtr, DamagePtr); 46 typedef void (*DamageScreenUnregisterFunc) (DrawablePtr, DamagePtr); 47 typedef void (*DamageScreenDestroyFunc) (DamagePtr); 56 extern _X_EXPORT void miDamageCreate(DamagePtr); 57 extern _X_EXPORT void miDamageRegister(DrawablePtr, DamagePtr); 58 extern _X_EXPORT void miDamageUnregister(DrawablePtr, DamagePtr); [all …]
|
| H A D | damagestr.h | 36 DamagePtr pNext; 37 DamagePtr pNextWin; 61 DamagePtr pScreenDamage; 96 DamagePtr pDamage = damageGetPixPriv(pPix) 105 ((DamagePtr)dixLookupPrivate(&(pWin)->devPrivates, damageWinPrivateKey))
|
| H A D | damage.c | 67 #define getPixmapDamageRef(pPixmap) ((DamagePtr *) \ 85 static DamagePtr * 116 DamagePtr pDamage = getDrawableDamage(pDrawable) 121 DamagePtr *pPrev = (DamagePtr *) \ 139 DamagePtr pNext; in _damageRegionAppend() 1455 damageRemoveDamage(DamagePtr * pPrev, DamagePtr pDamage) in damageRemoveDamage() 1471 damageInsertDamage(DamagePtr * pPrev, DamagePtr pDamage) in damageInsertDamage() 1474 DamagePtr pOld; in damageInsertDamage() 1494 DamagePtr *pPrev = getPixmapDamageRef(pPixmap); in damageDestroyPixmap() 1495 DamagePtr pDamage; in damageDestroyPixmap() [all …]
|
| /OK3568_Linux_fs/external/xserver/damageext/ |
| H A D | damageext.c | 39 DamagePtr damage[MAXSCREENS]; 136 DamageExtReport(DamagePtr pDamage, RegionPtr pRegion, void *closure) in DamageExtReport() 158 DamageExtDestroy(DamagePtr pDamage, void *closure) in DamageExtDestroy() 215 DamageExtRegister(DrawablePtr pDrawable, DamagePtr pDamage, Bool report) in DamageExtRegister() 378 DamagePtr pDamage = pDamageExt->pDamage; in DamageExtSubtract() 417 DamagePtr pDamage = pDamageExt->pDamage; in ProcDamageSubtract() 605 PanoramiXDamageReport(DamagePtr pDamage, RegionPtr pRegion, void *closure) in PanoramiXDamageReport() 628 PanoramiXDamageExtDestroy(DamagePtr pDamage, void *closure) in PanoramiXDamageExtDestroy() 660 DamagePtr pDamage = DamageCreate(PanoramiXDamageReport, in PanoramiXDamageCreate()
|
| H A D | damageextint.h | 52 DamagePtr pDamage;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/ |
| H A D | shadowfb.c | 98 shadowfbReportPre(DamagePtr damage, RegionPtr reg, void *closure) in shadowfbReportPre() 109 shadowfbReportPost(DamagePtr damage, RegionPtr reg, void *closure) in shadowfbReportPost() 140 DamagePtr damage; in ShadowCreateRootWindow()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_core.c | 182 glamor_stipple_damage_report(DamagePtr damage, RegionPtr region, in glamor_stipple_damage_report() 191 glamor_stipple_damage_destroy(DamagePtr damage, void *closure) in glamor_stipple_damage_destroy()
|
| H A D | glamor_priv.h | 523 DamagePtr stipple_damage;
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | pixmapstr.h | 94 DamagePtr damage;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 190 DamagePtr damage; 292 DamagePtr slave_damage;
|
| H A D | driver.h | 125 DamagePtr damage;
|
| H A D | driver.c | 533 PixmapPtr pixmap, DamagePtr damage, int fb_id) in dispatch_dirty_region() 608 DamagePtr damage = ppriv->slave_damage; in dispatch_dirty_pixmap()
|
| H A D | drmmode_display.c | 4763 drmmode_flip_damage_destroy(DamagePtr damage, void *closure) in drmmode_flip_damage_destroy()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 371 damage_report(DamagePtr pDamage, RegionPtr pRegion, void *data) in damage_report() 398 damage_destroy(DamagePtr pDamage, void *data) in damage_destroy() 405 DamagePtr damage; in register_damage() 425 DamagePtr damage; in unregister_damage() 437 static DamagePtr
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shadow.h | 47 DamagePtr pDamage;
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.h | 67 DamagePtr pDamage;
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compint.h | 91 DamagePtr damage; /* for automatic update mode */
|
| H A D | compalloc.c | 77 compReportDamage(DamagePtr pDamage, RegionPtr pRegion, void *closure) in compReportDamage() 94 compDestroyDamage(DamagePtr pDamage, void *closure) in compDestroyDamage()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_migration_mixed.c | 143 exaDamageReport_mixed(DamagePtr pDamage, RegionPtr pRegion, void *closure) in exaDamageReport_mixed()
|
| H A D | exa_priv.h | 318 DamagePtr pDamage; 653 exaDamageReport_mixed(DamagePtr pDamage, RegionPtr pRegion, void *closure);
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | pixmap.c | 177 PixmapDirtyDamageDestroy(DamagePtr damage, void *closure) in PixmapDirtyDamageDestroy()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 91 DamagePtr pDamage; /* damage tracking structure */ 259 miSpriteReportDamage(DamagePtr pDamage, RegionPtr pRegion, void *closure) in miSpriteReportDamage()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 176 DamagePtr damage = xf86_config->rotation_damage; in xf86RotateRedisplay()
|
| H A D | xf86Crtc.h | 787 DamagePtr rotation_damage;
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2892 xwayland: Separate DamagePtr into separate window data 2898 In that case, we still want the DamagePtr to be registered upfront
|