Searched refs:damage (Results 101 - 109 of 109) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompint.h70 #include "damage.h"
90 DamagePtr damage; /* for automatic update mode */ member in struct:_CompWindow
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompint.h70 #include "damage.h"
90 DamagePtr damage; /* for automatic update mode */ member in struct:_CompWindow
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompint.h70 #include "damage.h"
90 DamagePtr damage; /* for automatic update mode */ member in struct:_CompWindow
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompint.h70 #include "damage.h"
91 DamagePtr damage; /* for automatic update mode */ member in struct:_CompWindow
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompint.h70 #include "damage.h"
91 DamagePtr damage; /* for automatic update mode */ member in struct:_CompWindow
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompint.h70 #include "damage.h"
91 DamagePtr damage; /* for automatic update mode */ member in struct:_CompWindow
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_util.h521 const __DRIdamageExtension *damage; member in struct:__DRIscreenRec
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_util.c427 /* Check that we actually have the new damage report method */
433 } else if (psp->damage) {
434 /* Report the damage. Currently, all our drivers draw
435 * directly to the front buffer, so we report the damage there
438 (*psp->damage->reportDamage)(pdp,
798 psp->damage = (__DRIdamageExtension *) extensions[i];
H A Dglx.c1783 //crDebug("Destroy: Damage for drawable 0x%x, handle 0x%x", (unsigned int) pixmap, (unsigned int) parms.pGlxPixmap->damage);
2198 Damage damage = pGlxPixmap->hDamage; local
2200 if (damage)
2205 /* Get the damage region as a server region */
2208 /* Unite damage region with server region and clear damage region */
2210 damage,
2211 None, /* subtract all damage from this region */
2214 /* Fetch damage rectangles */
2235 /* Add to damage region
[all...]

Completed in 59 milliseconds

12345