Searched refs:UseHWCursor (Results 1 – 7 of 7) sorted by relevance
71 Bool UseHWCursor(ScreenPtr pScreen, CursorPtr pCurs)76 UseHWCursor function. If UseHWCursor is provided by the driver,
21 Bool (*UseHWCursor) (ScreenPtr, CursorPtr); member
628 infoPtr->UseHWCursor = IBMramdac526UseHWCursor; in IBMramdac526HWCursorInit()644 infoPtr->UseHWCursor = IBMramdac640UseHWCursor; in IBMramdac640HWCursorInit()
136 (!infoPtr->UseHWCursor || infoPtr->UseHWCursor(pScreen, cursor))); in xf86ScreenCheckHWCursor()
682 infoPtr->UseHWCursor = TIramdacUseHWCursor; in TIramdacHWCursorInit()
675 cursor_info->UseHWCursor = xf86_use_hw_cursor; in xf86_cursors_init()
25757 UseHWCursor or UseHWCursorARGB when HARDWARE_CURSOR_UPDATE_UNHIDDEN114895 hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functions