Searched refs:crtc_cursor_init (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dglobals.h21 typedef status_t (*crtc_cursor_init)(void); typedef
39 crtc_cursor_init head1_cursor_init;
52 crtc_cursor_init head2_cursor_init;
H A Dgeneral.c198 head1_cursor_init = (crtc_cursor_init) eng_crtc2_cursor_init;
216 head2_cursor_init = (crtc_cursor_init) eng_crtc_cursor_init;
236 head1_cursor_init = (crtc_cursor_init) eng_crtc_cursor_init;
254 head2_cursor_init = (crtc_cursor_init) eng_crtc2_cursor_init;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_globals.h22 typedef status_t (*crtc_cursor_init)(void); typedef
43 extern crtc_cursor_init head1_cursor_init;
59 extern crtc_cursor_init head2_cursor_init;
H A Dnv_globals.c30 crtc_cursor_init head1_cursor_init;
46 crtc_cursor_init head2_cursor_init;
H A Dnv_general.c1469 head1_cursor_init = (crtc_cursor_init) nv_crtc2_cursor_init;
1490 head2_cursor_init = (crtc_cursor_init) nv_crtc_cursor_init;
1513 head1_cursor_init = (crtc_cursor_init) nv_crtc_cursor_init;
1534 head2_cursor_init = (crtc_cursor_init) nv_crtc2_cursor_init;
/haiku/src/add-ons/accelerants/via/engine/
H A Dglobals.h21 typedef status_t (*crtc_cursor_init)(void); typedef
39 extern crtc_cursor_init head1_cursor_init;
52 extern crtc_cursor_init head2_cursor_init;
H A Dglobals.c28 crtc_cursor_init head1_cursor_init;
41 crtc_cursor_init head2_cursor_init;
H A Dgeneral.c222 head1_cursor_init = (crtc_cursor_init) eng_crtc2_cursor_init;
240 head2_cursor_init = (crtc_cursor_init) eng_crtc_cursor_init;
260 head1_cursor_init = (crtc_cursor_init) eng_crtc_cursor_init;
278 head2_cursor_init = (crtc_cursor_init) eng_crtc2_cursor_init;

Completed in 59 milliseconds