| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compinit.c | 81 pScreen->SourceValidate = cs->SourceValidate; 162 pScreen->SourceValidate = cs->SourceValidate; 165 if (pScreen->SourceValidate) 166 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, 168 cs->SourceValidate = pScreen->SourceValidate; 169 pScreen->SourceValidate = compSourceValidate; 407 cs->SourceValidate [all...] |
| H A D | compint.h | 163 SourceValidateProcPtr SourceValidate; member in struct:_CompScreen
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compinit.c | 79 pScreen->SourceValidate = cs->SourceValidate; 145 pScreen->SourceValidate = cs->SourceValidate; 148 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, 150 cs->SourceValidate = pScreen->SourceValidate; 151 pScreen->SourceValidate = compSourceValidate; 412 cs->SourceValidate = pScreen->SourceValidate; [all...] |
| H A D | compint.h | 171 SourceValidateProcPtr SourceValidate; member in struct:_CompScreen
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | compat-api.h | 196 #define SourceValidate(d, x, y, w, h, mode) \ macro 197 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h, mode) 199 #define SourceValidate(d, x, y, w, h, mode) \ macro 200 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | compat-api.h | 213 #define SourceValidate(d, x, y, w, h, mode) \ macro 214 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h, mode) 216 #define SourceValidate(d, x, y, w, h, mode) \ macro 217 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 185 SourceValidateProcPtr SourceValidate; local in function:xf86RotateRedisplay 188 * SourceValidate is used by the software cursor code 193 SourceValidate = pScreen->SourceValidate; 194 pScreen->SourceValidate = miSourceValidate; 213 pScreen->SourceValidate = SourceValidate;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | pixmap.c | 371 SourceValidateProcPtr SourceValidate; local in function:PixmapSyncDirtyHelper 392 * SourceValidate is used by the software cursor code 397 SourceValidate = pScreen->SourceValidate; 398 pScreen->SourceValidate = miSourceValidate; 414 pScreen->SourceValidate = SourceValidate;
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | misprite.c | 77 SourceValidateProcPtr SourceValidate; member in struct:__anon84b3337c0208 338 pScreenPriv->SourceValidate = pScreen->SourceValidate; 366 pScreen->SourceValidate = miSpriteSourceValidate; 392 pScreen->SourceValidate = pScreenPriv->SourceValidate; 500 SCREEN_PROLOGUE (pPriv, pScreen, SourceValidate); 513 SPRITE_DEBUG (("SourceValidate remove\n")); 520 if (pScreen->SourceValidate) 521 (*pScreen->SourceValidate) (pDrawabl [all...] |
| H A D | micopy.c | 186 if (pSrcDrawable->pScreen->SourceValidate) 188 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn, widthSrc, heightSrc,
|
| H A D | miscrinit.c | 249 pScreen->SourceValidate = (SourceValidateProcPtr) 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 223 SourceValidateProcPtr SourceValidate; local in function:xf86RotateRedisplay 226 * SourceValidate is used by the software cursor code 231 SourceValidate = pScreen->SourceValidate; 232 pScreen->SourceValidate = NULL; 253 pScreen->SourceValidate = SourceValidate;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | misprite.c | 73 SourceValidateProcPtr SourceValidate; member in struct:__anonb186f7af0208 310 pScreenPriv->SourceValidate = pScreen->SourceValidate; 333 pScreen->SourceValidate = miSpriteSourceValidate; 357 pScreen->SourceValidate = pScreenPriv->SourceValidate; 377 SCREEN_PROLOGUE(pPriv, pScreen, SourceValidate); 386 SPRITE_DEBUG(("SourceValidate remove\n")); 393 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, 396 SCREEN_EPILOGUE(pPriv, pScreen, SourceValidate); [all...] |
| H A D | micopy.c | 162 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn,
|
| H A D | miscrinit.c | 261 pScreen->SourceValidate = miSourceValidate;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaBitBlt.c | 57 if (pSrcDrawable->pScreen->SourceValidate) { 58 (*pSrcDrawable->pScreen->SourceValidate) (
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessScreen.c | 229 SCREEN_UNWRAP(pDrawable->pScreen, SourceValidate); 234 if (pDrawable->pScreen->SourceValidate) { 235 pDrawable->pScreen->SourceValidate(pDrawable, x, y, w, h, subWindowMode); 237 SCREEN_WRAP(pDrawable->pScreen, SourceValidate); 677 WRAP(SourceValidate);
|
| H A D | rootlessCommon.h | 101 SourceValidateProcPtr SourceValidate; member in struct:_RootlessScreenRec
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessScreen.c | 220 SCREEN_UNWRAP(pDrawable->pScreen, SourceValidate); 226 pDrawable->pScreen->SourceValidate(pDrawable, x, y, w, h, 228 SCREEN_WRAP(pDrawable->pScreen, SourceValidate); 667 WRAP(SourceValidate);
|
| H A D | rootlessCommon.h | 102 SourceValidateProcPtr SourceValidate; member in struct:_RootlessScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 196 WRAP_SCREEN(SourceValidate, VGAarbiterSourceValidate); 236 UNWRAP_SCREEN(SourceValidate); 332 SCREEN_PROLOG (SourceValidate); 334 if (pScreen->SourceValidate) 335 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, subWindowMode); 337 SCREEN_EPILOG (SourceValidate, VGAarbiterSourceValidate);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 198 WRAP_SCREEN(SourceValidate, VGAarbiterSourceValidate); 240 UNWRAP_SCREEN(SourceValidate); 322 SCREEN_PROLOG(SourceValidate); 324 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, 327 SCREEN_EPILOG(SourceValidate, VGAarbiterSourceValidate);
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_unaccel.c | 470 swap(pExaScr, pScreen, SourceValidate); 471 pScreen->SourceValidate(pDrawable, x, y, width, height, subWindowMode); 472 swap(pExaScr, pScreen, SourceValidate); 533 swap(pExaScr, pScreen, SourceValidate); 539 swap(pExaScr, pScreen, SourceValidate);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_unaccel.c | 462 swap(pExaScr, pScreen, SourceValidate); 463 pScreen->SourceValidate(pDrawable, x, y, width, height, subWindowMode); 464 swap(pExaScr, pScreen, SourceValidate); 518 swap(pExaScr, pScreen, SourceValidate); 522 swap(pExaScr, pScreen, SourceValidate);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | scrnintstr.h | 444 SourceValidateProcPtr SourceValidate; member in struct:_Screen
|