Searched refs:pendingDamage (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamagestr.h50 RegionRec pendingDamage; /* will be flushed post submission at the latest */ member in struct:_damage
H A Ddamage.c260 RegionUnion(&pDamage->pendingDamage,
261 &pDamage->pendingDamage, pDamageRegion);
294 DamageReportDamage(pDamage, &pDamage->pendingDamage);
297 &pDamage->pendingDamage);
301 RegionEmpty(&pDamage->pendingDamage);
1725 RegionNull(&pDamage->pendingDamage);
1843 RegionUninit(&pDamage->pendingDamage);
1892 return &pDamage->pendingDamage;
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamagestr.h52 RegionRec pendingDamage; /* will be flushed post submission at the latest */ member in struct:_damage
H A Ddamage.c353 RegionUnion(&pDamage->pendingDamage,
354 &pDamage->pendingDamage, pDamageRegion);
392 (*pDamage->damageMarker) (pDrawable, pDamage, &pDamage->backupDamage, &pDamage->pendingDamage, pDamage->closure);
396 damageReportDamage (pDamage, &pDamage->pendingDamage);
399 &pDamage->pendingDamage);
403 RegionEmpty(&pDamage->pendingDamage);
1899 RegionNull(&pDamage->pendingDamage);
2017 RegionUninit(&pDamage->pendingDamage);
2069 return &pDamage->pendingDamage;

Completed in 7 milliseconds