Lines Matching defs:cursor_info
870 xf86CursorInfoPtr cursor_info = xf86_config->cursor_info;
874 vmwgfx_swap(ms, cursor_info, UseHWCursorARGB);
875 ret = cursor_info->UseHWCursorARGB(screen, cursor);
876 vmwgfx_swap(ms, cursor_info, UseHWCursorARGB);
901 xf86CursorInfoPtr cursor_info = xf86_config->cursor_info;
905 vmwgfx_swap(ms, cursor_info, UseHWCursor);
906 ret = cursor_info->UseHWCursor(screen, cursor);
907 vmwgfx_swap(ms, cursor_info, UseHWCursor);
929 xf86CursorInfoPtr cursor_info = xf86_config->cursor_info;
932 vmwgfx_wrap(ms, cursor_info, UseHWCursor, vmwgfx_use_hw_cursor);
933 vmwgfx_wrap(ms, cursor_info, UseHWCursorARGB, vmwgfx_use_hw_cursor_argb);