Home | History | Annotate | Download | only in exa

Lines Matching refs:pDamage

101 	if (pExaPixmap->pDamage && exaPixmapHasGpuCopy(pPixmap)) {
105 * there are pixmaps without pDamage and a bad fb_pitch value.
107 * causes corruption. Pixmaps without pDamage are not migrated
138 exaDamageReport_mixed(DamagePtr pDamage, RegionPtr pRegion, void *closure)
173 if (success && has_gpu_copy && pExaPixmap->pDamage) {
187 DamageUnregister(&pPixmap->drawable, pExaPixmap->pDamage);
188 DamageDestroy(pExaPixmap->pDamage);
189 pExaPixmap->pDamage = NULL;
220 if (!pExaPixmap->pDamage &&
225 pExaPixmap->pDamage = DamageCreate(exaDamageReport_mixed, NULL,
230 DamageRegister(&pPixmap->drawable, pExaPixmap->pDamage);
233 DamageSetReportAfterOp(pExaPixmap->pDamage, TRUE);