HomeSort by: relevance | last modified time | path
    Searched refs:cursor_argb (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Cursors.c 248 xf86_driver_load_cursor_argb(xf86CrtcPtr crtc, CARD32 *cursor_argb)
251 return crtc->funcs->load_cursor_argb_check(crtc, cursor_argb);
252 crtc->funcs->load_cursor_argb(crtc, cursor_argb);
272 crtc->cursor_argb = FALSE;
314 if (crtc->enabled && !crtc->cursor_argb) {
502 crtc->cursor_argb = FALSE;
xf86Crtc.h 327 Bool cursor_argb; member in struct:_xf86Crtc
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Cursors.c 219 crtc->cursor_argb = FALSE;
266 if (crtc->enabled && !crtc->cursor_argb)
425 crtc->cursor_argb = FALSE;
xf86Crtc.h 302 Bool cursor_argb; member in struct:_xf86Crtc
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_cursor.c 356 if (info->cursor_argb)
395 info->cursor_argb = TRUE;
radeon.h 876 Bool cursor_argb; member in struct:__anon6814

Completed in 10 milliseconds