Searched refs:ChipsHWCursor (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_cursor.c441 return (((cPtr->Flags & ChipsHWCursor) != 0)
H A Dct_driver.h120 #define ChipsHWCursor 0x00001000 macro
H A Dct_driver.c5245 cPtr->Flags |= ChipsHWCursor;
5247 cPtr->Flags &= ~ChipsHWCursor;
5530 cPtr->Flags &= ~ChipsHWCursor;
6341 cPtr->Flags &= ~ChipsHWCursor;
6344 if (cPtr->Flags & ChipsHWCursor)

Completed in 11 milliseconds