| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| wsfb.h | 74 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| g80_cursor.c | 64 if(!pNv->HWCursor) return TRUE; 86 if(!pNv->HWCursor) return;
|
| g80_type.h | 73 Bool HWCursor;
|
| riva_driver.c | 75 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE }, 510 pRiva->HWCursor = TRUE; 515 if (xf86GetOptValBool(pRiva->Options, OPTION_HW_CURSOR, &pRiva->HWCursor)) { 521 pRiva->HWCursor = FALSE; 524 pRiva->HWCursor ? "HW" : "SW"); 566 pRiva->HWCursor = FALSE; 574 pRiva->HWCursor = FALSE; 784 if (pRiva->HWCursor) { 1182 if (pRiva->HWCursor) {
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| aticonfig.c | 326 # define HWCursor PublicOption[ATI_OPTION_HWCURSOR].value.boolean 362 Accel = CacheMMIO = HWCursor = TRUE; 461 if (SWCursor || !HWCursor) 463 if (HWCursor && PublicOption[ATI_OPTION_HWCURSOR].found) 469 if (HWCursor && PublicOption[ATI_OPTION_HWCURSOR].found)
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| mgx_driver.c | 104 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, TRUE }, 295 int hwCursor; 340 hwCursor = 1; 359 hwCursor ? "found" : "not found"); 431 pMgx->HWCursor = FALSE; 432 if (hwCursor) { 434 pMgx->HWCursor = TRUE; 435 if (xf86GetOptValBool(pMgx->Options, OPTION_HW_CURSOR, &pMgx->HWCursor)) 439 pMgx->HWCursor = FALSE; 450 pMgx->HWCursor ? "HW" : "SW") [all...] |
| mgx.h | 53 Bool HWCursor, NoAccel;
|
| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| leo_driver.c | 95 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE }, 401 pLeo->HWCursor = TRUE; 402 if (xf86GetOptValBool(pLeo->Options, OPTION_HW_CURSOR, &pLeo->HWCursor)) 406 pLeo->HWCursor = FALSE; 410 pLeo->HWCursor ? "HW" : "SW"); 422 if (pLeo->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) { 542 if (pLeo->HWCursor) { 610 if (pLeo->HWCursor) 647 if (pLeo->HWCursor)
|
| leo.h | 77 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| crime.h | 78 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| imstt.h | 31 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| cg6.h | 72 Bool HWCursor;
|
| cg6_driver.c | 99 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE }, 379 pCg6->HWCursor = TRUE; 380 if (xf86GetOptValBool(pCg6->Options, OPTION_HW_CURSOR, &pCg6->HWCursor)) 384 pCg6->HWCursor = FALSE; 388 pCg6->HWCursor ? "HW" : "SW"); 407 if (pCg6->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) { 610 if (pCg6->HWCursor) { 677 if (pCg6->HWCursor) { 728 if (pCg6->HWCursor)
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| tcx.h | 60 Bool HWCursor;
|
| tcx_driver.c | 105 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, TRUE }, 296 int hwCursor, lowDepth; 342 hwCursor = 0; 346 hwCursor = sparcPromGetBool(&psdp->node, "hw-cursor"); 354 hwCursor = 1; 375 hwCursor ? "found" : "not found"); 455 pTcx->HWCursor = FALSE; 456 if (hwCursor) { 458 pTcx->HWCursor = TRUE; 459 if (xf86GetOptValBool(pTcx->Options, OPTION_HW_CURSOR, &pTcx->HWCursor)) [all...] |
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| ag10e_driver.c | 108 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE }, 404 pAG10E->HWCursor = TRUE; 405 if (xf86GetOptValBool(pAG10E->Options, OPTION_HW_CURSOR, &pAG10E->HWCursor)) 409 pAG10E->HWCursor = FALSE; 413 pAG10E->HWCursor ? "HW" : "SW"); 425 if (pAG10E->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) { 430 if (pAG10E->HWCursor && xf86LoadSubModule(pScrn, "xaa") == NULL) { 594 if (pAG10E->HWCursor) { 659 if (pAG10E->HWCursor) { 696 if (pAG10E->HWCursor) [all...] |
| ag10e.h | 51 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| ffb_driver.c | 104 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE }, 397 pFfb->HWCursor = TRUE; 398 if (xf86GetOptValBool(pFfb->Options, OPTION_HW_CURSOR, &pFfb->HWCursor)) 402 pFfb->HWCursor = FALSE; 406 pFfb->HWCursor ? "HW" : "SW"); 418 if (pFfb->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) { 793 if (pFfb->HWCursor) { 876 if (pFfb->HWCursor) 901 if (pFfb->HWCursor) 937 if (pFfb->HWCursor) [all...] |
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| cir.h | 49 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| ngle.h | 57 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| pnozz.h | 68 Bool HWCursor;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_memory.c | 223 pGeode->HWCursor = TRUE; 228 pGeode->HWCursor = FALSE; 287 if (pGeode->HWCursor)
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| cg14_driver.c | 462 pCg14->HWCursor = TRUE; 463 if (xf86GetOptValBool(pCg14->Options, OPTION_HW_CURSOR, &pCg14->HWCursor)) 467 pCg14->HWCursor = FALSE; 470 pCg14->HWCursor ? "HW" : "SW"); 697 if (pCg14->HWCursor)
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_opt.c | 28 * "NoAccel", "NoXVideo", "SWCursor", "HWCursor" and "Rotate" option portions 114 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE }, 217 pXGI->HWCursor = TRUE; 417 * HWCursor 421 if(xf86GetOptValBool(pXGI->Options, OPTION_HW_CURSOR, &pXGI->HWCursor)) { 426 pXGI->HWCursor = FALSE; 429 pXGI->HWCursor ? "HW" : "SW"); 563 pXGI->HWCursor = FALSE;
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| tseng_driver.c | 161 {OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, 813 pTseng->HWCursor = FALSE; /* default */ 814 if (xf86GetOptValBool(pTseng->Options, OPTION_HW_CURSOR, &pTseng->HWCursor)) 818 pTseng->HWCursor = FALSE; 820 if ((pTseng->ChipType == ET4000) && pTseng->HWCursor) { 823 pTseng->HWCursor = FALSE; 827 pTseng->HWCursor ? "HW" : "SW"); 1200 if (pTseng->HWCursor) { 1240 if (pTseng->HWCursor) { 1246 pTseng->HWCursor = FALSE [all...] |