Home
last modified time | relevance | path

Searched refs:load_cursor_argb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c226 return crtc->funcs->load_cursor_argb_check || crtc->funcs->load_cursor_argb; in xf86_driver_has_load_cursor_argb()
252 crtc->funcs->load_cursor_argb(crtc, cursor_argb); in xf86_driver_load_cursor_argb()
H A Dxf86Crtc.h220 (*load_cursor_argb) (xf86CrtcPtr crtc, CARD32 *image); member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog23497 This patch particularly converts the current load_cursor_argb callback
47428 Add a return value to load_cursor_argb() to allow it to report failure
47430 load_cursor_argb() may need to be able to fail and have the server fall back