HomeSort by: relevance | last modified time | path
    Searched refs:swCursor (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo.h 242 Bool swCursor;
neo_driver.c 354 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE },
379 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE },
953 xf86GetOptValBool(nPtr->Options, OPTION_SW_CURSOR,&nPtr->swCursor);
982 nPtr->swCursor = TRUE;
988 nPtr->swCursor = TRUE;
1078 if (nPtr->swCursor)
1240 if (!nPtr->swCursor)
1327 if (!nPtr->swCursor) {
1580 if (nPtr->swCursor || !nPtr->NeoMMIOBase) {
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 353 Bool swCursor;
r128_driver.c 162 { OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE },
1077 if (!info->swCursor) {
1294 info->swCursor = TRUE;
1586 info->swCursor = FALSE;
2139 if (!info->swCursor) {

Completed in 12 milliseconds