Searched refs:SourceValidate (Results 1 - 25 of 43) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c81 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 Dcompint.h163 SourceValidateProcPtr SourceValidate; member in struct:_CompScreen
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c79 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 Dcompint.h171 SourceValidateProcPtr SourceValidate; member in struct:_CompScreen
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dcompat-api.h196 #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 Dcompat-api.h213 #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 Dxf86Rotate.c185 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 Dpixmap.c371 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 Dmisprite.c77 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 Dmicopy.c186 if (pSrcDrawable->pScreen->SourceValidate)
188 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn, widthSrc, heightSrc,
H A Dmiscrinit.c249 pScreen->SourceValidate = (SourceValidateProcPtr) 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c223 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 Dmisprite.c73 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 Dmicopy.c162 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn,
H A Dmiscrinit.c261 pScreen->SourceValidate = miSourceValidate;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaBitBlt.c57 if (pSrcDrawable->pScreen->SourceValidate) {
58 (*pSrcDrawable->pScreen->SourceValidate) (
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessScreen.c229 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 DrootlessCommon.h101 SourceValidateProcPtr SourceValidate; member in struct:_RootlessScreenRec
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessScreen.c220 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 DrootlessCommon.h102 SourceValidateProcPtr SourceValidate; member in struct:_RootlessScreenRec
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c196 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 Dxf86VGAarbiter.c198 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 Dexa_unaccel.c470 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 Dexa_unaccel.c462 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 Dscrnintstr.h444 SourceValidateProcPtr SourceValidate; member in struct:_Screen

Completed in 28 milliseconds

12