| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| shadow.c | 77 unwrap(pBuf, pScreen, BlockHandler); 78 pScreen->BlockHandler(pScreen, timeout); 79 wrap(pBuf, pScreen, BlockHandler); 105 unwrap(pBuf, pScreen, BlockHandler); 138 wrap(pBuf, pScreen, BlockHandler);
|
| shadow.h | 57 ScreenBlockHandlerProcPtr BlockHandler;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winvideo.c | 194 pI810->BlockHandler = pScreen->BlockHandler; 195 pScreen->BlockHandler = I810BlockHandler;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Rotate.c | 229 pScreen->BlockHandler = xf86_config->BlockHandler; 233 (*pScreen->BlockHandler) (pScreen, pTimeout); 237 xf86_config->BlockHandler = pScreen->BlockHandler; 238 pScreen->BlockHandler = xf86RotateBlockHandler; 240 xf86_config->BlockHandler = NULL; 429 if (!xf86_config->BlockHandler) { 430 xf86_config->BlockHandler = pScreen->BlockHandler; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| animcur.c | 63 ScreenBlockHandlerProcPtr BlockHandler; 195 Unwrap (as, pScreen, BlockHandler); 196 (*pScreen->BlockHandler) (screenNum, blockData, pTimeout, pReadmask); 198 Wrap (as, pScreen, BlockHandler, AnimCurScreenBlockHandler); 200 as->BlockHandler = NULL; 227 if (!as->BlockHandler) 228 Wrap(as, pScreen, BlockHandler, AnimCurScreenBlockHandler); 258 if (!as->BlockHandler) 259 Wrap(as, pScreen, BlockHandler, AnimCurScreenBlockHandler); 345 as->BlockHandler = NULL [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| g80_type.h | 98 ScreenBlockHandlerProcPtr BlockHandler;
|
| g80_driver.c | 537 pScreen->BlockHandler = pNv->BlockHandler; 553 pScreen->BlockHandler = pNv->BlockHandler; 554 (*pScreen->BlockHandler) (BLOCKHANDLER_ARGS); 555 pScreen->BlockHandler = G80BlockHandler; 888 pNv->BlockHandler = pScreen->BlockHandler; 889 pScreen->BlockHandler = G80BlockHandler;
|
| /xsrc/external/mit/xfs/dist/include/ |
| difsutils.h | 42 extern Bool RegisterBlockAndWakeupHandlers (FontBlockHandlerProcPtr blockHandler, DifsWakeupFunc wakeupHandler, pointer blockData); 57 extern void BlockHandler (OSTimePtr pTimeout, pointer pReadmask); 61 extern void RemoveBlockAndWakeupHandlers (FontBlockHandlerProcPtr blockHandler, DifsWakeupFunc wakeupHandler, pointer blockData);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86Rotate.c | 269 pScreen->BlockHandler = xf86_config->BlockHandler; 270 (*pScreen->BlockHandler) (screenNum, blockData, pTimeout, pReadmask); 272 xf86_config->BlockHandler = pScreen->BlockHandler; 273 pScreen->BlockHandler = xf86RotateBlockHandler; 460 if (!xf86_config->BlockHandler) { 461 xf86_config->BlockHandler = pScreen->BlockHandler; 462 pScreen->BlockHandler = xf86RotateBlockHandler [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| compalloc.c | 66 pScreen->BlockHandler = cs->BlockHandler; 68 (*pScreen->BlockHandler) (i, blockData, pTimeout, pReadmask); 71 cs->BlockHandler = NULL; 82 if (!cs->BlockHandler) { 83 cs->BlockHandler = pScreen->BlockHandler; 84 pScreen->BlockHandler = compBlockHandler;
|
| /xsrc/external/mit/xfs/dist/difs/ |
| difsutils.c | 225 FontBlockHandlerProcPtr BlockHandler; 239 BlockHandler( 250 (*handlers[i].BlockHandler) (handlers[i].blockData); 288 /* Reentrant with BlockHandler and WakeupHandler, except wakeup won't 294 FontBlockHandlerProcPtr blockHandler, 308 handlers[numHandlers].BlockHandler = blockHandler; 317 FontBlockHandlerProcPtr blockHandler, 324 if (handlers[i].BlockHandler == blockHandler & [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| dixutils.c | 363 ServerBlockHandlerProcPtr BlockHandler; 381 BlockHandler(void *pTimeout) 388 (*handlers[i].BlockHandler) (handlers[i].blockData, pTimeout); 391 (*screenInfo.gpuscreens[i]->BlockHandler) (screenInfo.gpuscreens[i], pTimeout); 394 (*screenInfo.screens[i]->BlockHandler) (screenInfo.screens[i], pTimeout); 443 * Reentrant with BlockHandler and WakeupHandler, except wakeup won't 447 RegisterBlockAndWakeupHandlers(ServerBlockHandlerProcPtr blockHandler, 461 handlers[numHandlers].BlockHandler = blockHandler; 470 RemoveBlockAndWakeupHandlers(ServerBlockHandlerProcPtr blockHandler, [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| ephyr.c | 356 pScreen->BlockHandler = scrpriv->BlockHandler; 357 (*pScreen->BlockHandler)(pScreen, timeout); 358 scrpriv->BlockHandler = pScreen->BlockHandler; 359 pScreen->BlockHandler = ephyrScreenBlockHandler; 700 scrpriv->BlockHandler = pScreen->BlockHandler; 701 pScreen->BlockHandler = ephyrScreenBlockHandler; 745 scrpriv->BlockHandler = NULL [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| misprite.c | 83 ScreenBlockHandlerProcPtr BlockHandler; 244 if (!pScreenPriv->BlockHandler) { 245 pScreenPriv->BlockHandler = pScreen->BlockHandler; 246 pScreen->BlockHandler = miSpriteBlockHandler; 317 pScreenPriv->BlockHandler = NULL; 435 SCREEN_PROLOGUE(pPriv, pScreen, BlockHandler); 442 SPRITE_DEBUG(("BlockHandler save")); 452 SPRITE_DEBUG(("BlockHandler restore\n")); 460 (*pScreen->BlockHandler) (pScreen, timeout) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| misprite.c | 87 ScreenBlockHandlerProcPtr BlockHandler; 262 if (!pScreenPriv->BlockHandler) { 263 pScreenPriv->BlockHandler = pScreen->BlockHandler; 264 pScreen->BlockHandler = miSpriteBlockHandler; 345 pScreenPriv->BlockHandler = NULL; 576 SPRITE_DEBUG (("BlockHandler save")); 590 SPRITE_DEBUG (("BlockHandler restore\n")); 598 SCREEN_PROLOGUE(pPriv, pScreen, BlockHandler); 600 (*pScreen->BlockHandler) (i, blockData, pTimeout, pReadmask) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| dixutils.c | 360 BlockHandlerProcPtr BlockHandler; 378 BlockHandler(pointer pTimeout, pointer pReadmask) 384 (* screenInfo.screens[i]->BlockHandler)(i, 388 (*handlers[i].BlockHandler) (handlers[i].blockData, 441 * Reentrant with BlockHandler and WakeupHandler, except wakeup won't 445 RegisterBlockAndWakeupHandlers (BlockHandlerProcPtr blockHandler, 460 handlers[numHandlers].BlockHandler = blockHandler; 469 RemoveBlockAndWakeupHandlers (BlockHandlerProcPtr blockHandler, 476 if (handlers[i].BlockHandler == blockHandler & [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_driver.c | 686 screen->BlockHandler = intel->BlockHandler; 688 (*screen->BlockHandler) (BLOCKHANDLER_ARGS); 690 intel->BlockHandler = screen->BlockHandler; 691 screen->BlockHandler = I830BlockHandler; 970 intel->BlockHandler = screen->BlockHandler; 971 screen->BlockHandler = I830BlockHandler;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_driver.c | 695 screen->BlockHandler = intel->BlockHandler; 697 (*screen->BlockHandler) (BLOCKHANDLER_ARGS); 699 intel->BlockHandler = screen->BlockHandler; 700 screen->BlockHandler = I830BlockHandler; 950 intel->BlockHandler = screen->BlockHandler; 951 screen->BlockHandler = I830BlockHandler;
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| i740.h | 147 ScreenBlockHandlerProcPtr BlockHandler;
|
| /xsrc/external/mit/xfs/dist/os/ |
| waitfor.c | 139 BlockHandler(&wt, (pointer) &LastSelectMask);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_dri.c | 60 pTDFX->pDRIInfo->wrap.BlockHandler = pTDFX->coreBlockHandler; 61 (*pTDFX->pDRIInfo->wrap.BlockHandler) (BLOCKHANDLER_ARGS); 62 pTDFX->pDRIInfo->wrap.BlockHandler = TDFXDoBlockHandler; 156 pTDFX->coreBlockHandler = pDRIInfo->wrap.BlockHandler; 157 pDRIInfo->wrap.BlockHandler = TDFXDoBlockHandler;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_video.c | 653 pScrn->BlockHandler = pGeode->BlockHandler; 654 (*pScrn->BlockHandler) (BLOCKHANDLER_ARGS); 655 pScrn->BlockHandler = LXVidBlockHandler; 746 pGeode->BlockHandler = pScrn->BlockHandler; 747 pScrn->BlockHandler = LXVidBlockHandler;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx2_video.c | 497 pGeode->BlockHandler = pScreen->BlockHandler; 498 pScreen->BlockHandler = GX2BlockHandler; 1296 pScreen->BlockHandler = pGeode->BlockHandler; 1297 (*pScreen->BlockHandler) (i, blockData, pTimeout, pReadmask); 1298 pScreen->BlockHandler = GX2BlockHandler;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor.c | 292 screen->BlockHandler = glamor_priv->saved_procs.block_handler; 293 screen->BlockHandler(screen, timeout); 294 glamor_priv->saved_procs.block_handler = screen->BlockHandler; 295 screen->BlockHandler = _glamor_block_handler; 847 glamor_priv->saved_procs.block_handler = screen->BlockHandler; 848 screen->BlockHandler = _glamor_block_handler; 959 screen->BlockHandler = glamor_priv->saved_procs.block_handler;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_kms.c | 207 pScreen->BlockHandler = info->BlockHandler; 208 (*pScreen->BlockHandler) (BLOCKHANDLER_ARGS); 209 pScreen->BlockHandler = RADEONBlockHandler_KMS; 904 pScreen->BlockHandler = info->BlockHandler; 1117 /* Provide SaveScreen & wrap BlockHandler and CloseScreen */ 1122 info->BlockHandler = pScreen->BlockHandler; 1123 pScreen->BlockHandler = RADEONBlockHandler_KMS [all...] |