Searched refs:load_cursor_argb (Results 1 – 3 of 3) sorted by relevance
226 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()
220 (*load_cursor_argb) (xf86CrtcPtr crtc, CARD32 *image); member
23497 This patch particularly converts the current load_cursor_argb callback47428 Add a return value to load_cursor_argb() to allow it to report failure47430 load_cursor_argb() may need to be able to fail and have the server fall back