Searched refs:UseHWCursorARGB (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86Cursor.h22 Bool (*UseHWCursorARGB) (ScreenPtr, CursorPtr); member in struct:_xf86CursorInfoRec
H A Dxf86Cursor.c338 pCurs->bits->argb && infoPtr->UseHWCursorARGB &&
339 (*infoPtr->UseHWCursorARGB) (pScreen, pCurs) ) || (
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86Cursor.h23 Bool (*UseHWCursorARGB) (ScreenPtr, CursorPtr); member in struct:_xf86CursorInfoRec
H A Dxf86HWCurs.c131 (cursor->bits->argb && infoPtr->UseHWCursorARGB &&
132 infoPtr->UseHWCursorARGB(pScreen, cursor)) ||
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_cursor.c279 infoPtr->UseHWCursorARGB = Volari_UseHWCursorARGB ;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_cursor.c92 infoPtr->UseHWCursorARGB = I810UseHWCursorARGB;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_cursor.c92 infoPtr->UseHWCursorARGB = I810UseHWCursorARGB;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_cursor.c91 infoPtr->UseHWCursorARGB = I810UseHWCursorARGB;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_cursor.c298 infoPtr->UseHWCursorARGB = NVUseHWCursorARGB;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_cursor.c198 cursor->UseHWCursorARGB = qxl_use_hw_cursorARGB;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_driver.c874 vmwgfx_swap(ms, cursor_info, UseHWCursorARGB);
875 ret = cursor_info->UseHWCursorARGB(screen, cursor);
876 vmwgfx_swap(ms, cursor_info, UseHWCursorARGB);
933 vmwgfx_wrap(ms, cursor_info, UseHWCursorARGB, vmwgfx_use_hw_cursor_argb);
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c485 pCurs->UseHWCursorARGB = vbox_use_hw_cursor_argb;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarecurs.c151 VmwareLog(("UseHWCursorARGB new cursor %p refcnt %i old cursor %p refcnt %i\n",
318 infoPtr->UseHWCursorARGB = vmwareUseHWCursorARGB;
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_cursor.c105 infoPtr->UseHWCursorARGB = ASTUseHWCursorARGB;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c600 cursor_info->UseHWCursorARGB = xf86_use_hw_cursor_argb;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c677 cursor_info->UseHWCursorARGB = xf86_use_hw_cursor_argb;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_cursor.c1381 infoPtr->UseHWCursorARGB = SiSUseHWCursorARGB;
1418 infoPtr->UseHWCursorARGB = SiSUseHWCursorARGB;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c6861 cursor_info->UseHWCursorARGB = sna_use_hw_cursor;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c5145 cursor_info->UseHWCursorARGB = sna_use_hw_cursor;

Completed in 37 milliseconds