Home
last modified time | relevance | path

Searched refs:HARDWARE_CURSOR_ARGB (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86Cursor.h96 #define HARDWARE_CURSOR_ARGB 0x00004000 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h44 #ifndef HARDWARE_CURSOR_ARGB
45 #define HARDWARE_CURSOR_ARGB 0x00004000 macro
H A Dxf86Cursors.c592 if ((cursor_info->Flags & HARDWARE_CURSOR_ARGB) == 0) in xf86_use_hw_cursor_argb()
676 if (flags & HARDWARE_CURSOR_ARGB) { in xf86_cursors_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1810 HARDWARE_CURSOR_ARGB); in ScreenInit()