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

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dglobals.h22 typedef status_t (*crtc_cursor_show)(void); typedef
40 crtc_cursor_show head1_cursor_show;
53 crtc_cursor_show head2_cursor_show;
H A Dgeneral.c199 head1_cursor_show = (crtc_cursor_show) eng_crtc2_cursor_show;
217 head2_cursor_show = (crtc_cursor_show) eng_crtc_cursor_show;
237 head1_cursor_show = (crtc_cursor_show) eng_crtc_cursor_show;
255 head2_cursor_show = (crtc_cursor_show) eng_crtc2_cursor_show;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_globals.h23 typedef status_t (*crtc_cursor_show)(void); typedef
44 extern crtc_cursor_show head1_cursor_show;
60 extern crtc_cursor_show head2_cursor_show;
H A Dnv_globals.c31 crtc_cursor_show head1_cursor_show;
47 crtc_cursor_show head2_cursor_show;
H A Dnv_general.c1470 head1_cursor_show = (crtc_cursor_show) nv_crtc2_cursor_show;
1491 head2_cursor_show = (crtc_cursor_show) nv_crtc_cursor_show;
1514 head1_cursor_show = (crtc_cursor_show) nv_crtc_cursor_show;
1535 head2_cursor_show = (crtc_cursor_show) nv_crtc2_cursor_show;
/haiku/src/add-ons/accelerants/via/engine/
H A Dglobals.h22 typedef status_t (*crtc_cursor_show)(void); typedef
40 extern crtc_cursor_show head1_cursor_show;
53 extern crtc_cursor_show head2_cursor_show;
H A Dglobals.c29 crtc_cursor_show head1_cursor_show;
42 crtc_cursor_show head2_cursor_show;
H A Dgeneral.c223 head1_cursor_show = (crtc_cursor_show) eng_crtc2_cursor_show;
241 head2_cursor_show = (crtc_cursor_show) eng_crtc_cursor_show;
261 head1_cursor_show = (crtc_cursor_show) eng_crtc_cursor_show;
279 head2_cursor_show = (crtc_cursor_show) eng_crtc2_cursor_show;

Completed in 50 milliseconds