| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| rendition_options.h | 8 OPTION_SW_CURSOR, 24 { OPTION_SW_CURSOR, "SWCursor", OPTV_BOOLEAN, {0}, FALSE },
|
| rendition.c | 135 { OPTION_SW_CURSOR, "SW_Cursor", OPTV_BOOLEAN, {0}, FALSE }, 764 if (!xf86ReturnOptValBool(pRendition->Options, OPTION_SW_CURSOR,0) && 845 if(!xf86ReturnOptValBool(pRendition->Options, OPTION_SW_CURSOR,0)){ 1184 if(!xf86ReturnOptValBool(pRendition->Options, OPTION_SW_CURSOR,0)&&
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv_const.h | 9 OPTION_SW_CURSOR, 26 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE },
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| mgx_driver.c | 97 OPTION_SW_CURSOR, 103 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 437 if (xf86ReturnOptValBool(pMgx->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| leo_driver.c | 88 OPTION_SW_CURSOR, 94 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 404 if (xf86ReturnOptValBool(pLeo->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc.h | 417 OPTION_SW_CURSOR,
|
| nsc_driver.c | 294 {OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE},
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| ag10e_driver.c | 101 OPTION_SW_CURSOR, 107 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 407 if (xf86ReturnOptValBool(pAG10E->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| cg6_driver.c | 91 OPTION_SW_CURSOR, 98 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 382 if (xf86ReturnOptValBool(pCg6->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| ffb_driver.c | 96 OPTION_SW_CURSOR, 103 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 400 if (xf86ReturnOptValBool(pFfb->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| tcx_driver.c | 98 OPTION_SW_CURSOR, 104 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 461 if (xf86ReturnOptValBool(pTcx->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_opt.c | 48 OPTION_SW_CURSOR, 113 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 424 if(xf86ReturnOptValBool(pXGI->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| amdgpu_drv.h | 155 OPTION_SW_CURSOR,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| driver.h | 53 OPTION_SW_CURSOR,
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| cg14_driver.c | 106 OPTION_SW_CURSOR, 465 if (xf86ReturnOptValBool(pCg14->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| crime_driver.c | 138 OPTION_SW_CURSOR 142 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 509 if (xf86ReturnOptValBool(fPtr->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| riva_driver.c | 63 OPTION_SW_CURSOR, 74 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 519 if (xf86ReturnOptValBool(pRiva->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| pnozz_driver.c | 103 OPTION_SW_CURSOR, 110 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 536 if (xf86ReturnOptValBool(pPnozz->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_kms.c | 60 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 821 if (!xf86ReturnOptValBool(info->Options, OPTION_SW_CURSOR, FALSE)) { 1089 if (!xf86ReturnOptValBool(info->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| tga_driver.c | 152 OPTION_SW_CURSOR, 163 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 620 if (xf86ReturnOptValBool(pTga->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| tseng_driver.c | 141 OPTION_SW_CURSOR, 159 {OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, 816 if (xf86ReturnOptValBool(pTseng->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| i740_driver.c | 168 OPTION_SW_CURSOR, 179 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE }, 733 if (!xf86ReturnOptValBool(pI740->Options, OPTION_SW_CURSOR, FALSE)) { 1564 if (!xf86ReturnOptValBool(pI740->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| i810_driver.c | 96 OPTION_SW_CURSOR, 109 {OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE}, 552 if (!xf86ReturnOptValBool(pI810->Options, OPTION_SW_CURSOR, FALSE)) { 1683 if (!xf86ReturnOptValBool(pI810->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| i810_driver.c | 96 OPTION_SW_CURSOR, 109 {OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE}, 552 if (!xf86ReturnOptValBool(pI810->Options, OPTION_SW_CURSOR, FALSE)) { 1683 if (!xf86ReturnOptValBool(pI810->Options, OPTION_SW_CURSOR, FALSE)) {
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| igs_driver.c | 165 OPTION_SW_CURSOR 555 if (xf86ReturnOptValBool(fPtr->Options, OPTION_SW_CURSOR, FALSE)) {
|