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

  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_driver.c 207 if (pGeode->tryHWCursor) {
551 pGeode->tryHWCursor = TRUE;
563 xf86GetOptValBool(GeodeOptions, GX_OPTION_HW_CURSOR, &pGeode->tryHWCursor);
572 pGeode->tryHWCursor = FALSE;
751 if (pGeode->tryHWCursor == TRUE) {
1402 if (pGeode->tryHWCursor) {
lx_driver.c 405 pGeode->tryHWCursor = TRUE;
424 xf86GetOptValBool(GeodeOptions, LX_OPTION_HW_CURSOR, &pGeode->tryHWCursor);
433 pGeode->tryHWCursor = FALSE;
968 if (pGeode->tryHWCursor) {
lx_memory.c 216 if (pGeode->tryHWCursor) {
geode.h 211 Bool tryHWCursor;

Completed in 45 milliseconds