HomeSort by: relevance | last modified time | path
    Searched refs:SourceValidate (Results 1 - 25 of 43) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/composite/
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 = pScreen->SourceValidate
    [all...]
compint.h 163 SourceValidateProcPtr SourceValidate;
  /xsrc/external/mit/xorg-server/dist/composite/
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...]
compint.h 171 SourceValidateProcPtr SourceValidate;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
compat-api.h 196 #define SourceValidate(d, x, y, w, h, mode) \
197 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h, mode)
199 #define SourceValidate(d, x, y, w, h, mode) \
200 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
  /xsrc/external/mit/xf86-video-intel/dist/src/
compat-api.h 213 #define SourceValidate(d, x, y, w, h, mode) \
214 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h, mode)
216 #define SourceValidate(d, x, y, w, h, mode) \
217 if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
  /xsrc/external/mit/xorg-server/dist/dix/
pixmap.c 371 SourceValidateProcPtr SourceValidate;
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/dist/hw/xfree86/modes/
xf86Rotate.c 185 SourceValidateProcPtr SourceValidate;
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.old/dist/mi/
misprite.c 77 SourceValidateProcPtr SourceValidate;
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) (pDrawable, x, y, width, height, subWindowMode)
    [all...]
micopy.c 186 if (pSrcDrawable->pScreen->SourceValidate)
188 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn, widthSrc, heightSrc,
miscrinit.c 249 pScreen->SourceValidate = (SourceValidateProcPtr) 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Rotate.c 223 SourceValidateProcPtr SourceValidate;
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/
misprite.c 73 SourceValidateProcPtr SourceValidate;
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...]
micopy.c 162 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn,
miscrinit.c 261 pScreen->SourceValidate = miSourceValidate;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaBitBlt.c 57 if (pSrcDrawable->pScreen->SourceValidate) {
58 (*pSrcDrawable->pScreen->SourceValidate) (
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
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);
rootlessCommon.h 101 SourceValidateProcPtr SourceValidate;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
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/exa/
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/dist/hw/xfree86/common/
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/
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.old/dist/include/
scrnintstr.h 444 SourceValidateProcPtr SourceValidate;
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessCommon.h 102 SourceValidateProcPtr SourceValidate;
rootlessScreen.c 245 SCREEN_UNWRAP(pDrawable->pScreen, SourceValidate);
251 pDrawable->pScreen->SourceValidate(pDrawable, x, y, w, h,
253 SCREEN_WRAP(pDrawable->pScreen, SourceValidate);
831 WRAP(SourceValidate);

Completed in 20 milliseconds

1 2