Searched refs:HWCursor (Results 1 - 25 of 73) sorted by relevance

123

/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb.h74 Bool HWCursor; member in struct:__anonbf9921960108
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_cursor.c64 if(!pNv->HWCursor) return TRUE;
86 if(!pNv->HWCursor) return;
H A Dg80_type.h73 Bool HWCursor; member in struct:G80Rec
H A Driva_driver.c510 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/
H A Daticonfig.c326 # define HWCursor PublicOption[ATI_OPTION_HWCURSOR].value.boolean macro
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-sunleo/dist/src/
H A Dleo_driver.c401 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)
H A Dleo.h77 Bool HWCursor; member in struct:__anon6d41fea80308
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c431 pMgx->HWCursor = FALSE;
434 pMgx->HWCursor = TRUE;
435 if (xf86GetOptValBool(pMgx->Options, OPTION_HW_CURSOR, &pMgx->HWCursor))
439 pMgx->HWCursor = FALSE;
450 pMgx->HWCursor ? "HW" : "SW");
603 if (pMgx->HWCursor) {
668 if (pMgx->HWCursor) {
704 if (pMgx->HWCursor)
H A Dmgx.h53 Bool HWCursor, NoAccel; member in struct:__anonafe31bea0108
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6.h72 Bool HWCursor; member in struct:__anon7bb66a280308
H A Dcg6_driver.c379 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/
H A Dtcx.h60 Bool HWCursor; member in struct:__anon26ad72260108
H A Dtcx_driver.c455 pTcx->HWCursor = FALSE;
458 pTcx->HWCursor = TRUE;
459 if (xf86GetOptValBool(pTcx->Options, OPTION_HW_CURSOR, &pTcx->HWCursor))
463 pTcx->HWCursor = FALSE;
474 pTcx->HWCursor ? "HW" : "SW");
481 if (pTcx->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) {
542 if (pTcx->HWCursor == TRUE) {
669 if (pTcx->HWCursor) {
736 if (pTcx->HWCursor) {
785 if (pTcx->HWCursor)
[all...]
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt.h31 Bool HWCursor; member in struct:_IMSTTRec
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime.h78 Bool HWCursor; member in struct:__anon63ea81b20108
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_driver.c397 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)
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_driver.c404 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)
H A Dag10e.h51 Bool HWCursor; member in struct:__anon7eb29e6e0108
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz.h68 Bool HWCursor; member in struct:__anon1e1df6b40308
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir.h49 Bool HWCursor; member in struct:__anon805ca9280108
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle.h57 Bool HWCursor; member in struct:__anon7f39eb3e0108
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_memory.c223 pGeode->HWCursor = TRUE;
228 pGeode->HWCursor = FALSE;
287 if (pGeode->HWCursor)
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_driver.c462 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/
H A Dxgi_opt.c28 * "NoAccel", "NoXVideo", "SWCursor", "HWCursor" and "Rotate" option portions
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/
H A Dtseng_driver.c813 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;
1454 if (pTseng->HWCursor) {
[all...]

Completed in 20 milliseconds

123