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

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dglobals.h16 typedef status_t (*crtc_depth)(int); typedef
34 crtc_depth head1_depth;
47 crtc_depth head2_depth;
H A Dgeneral.c193 head1_depth = (crtc_depth) eng_crtc2_depth;
211 head2_depth = (crtc_depth) eng_crtc_depth;
231 head1_depth = (crtc_depth) eng_crtc_depth;
249 head2_depth = (crtc_depth) eng_crtc2_depth;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_globals.h18 typedef status_t (*crtc_depth)(int); typedef
39 extern crtc_depth head1_depth;
55 extern crtc_depth head2_depth;
H A Dnv_globals.c26 crtc_depth head1_depth;
42 crtc_depth head2_depth;
H A Dnv_general.c1465 head1_depth = (crtc_depth) nv_crtc2_depth;
1486 head2_depth = (crtc_depth) nv_crtc_depth;
1509 head1_depth = (crtc_depth) nv_crtc_depth;
1530 head2_depth = (crtc_depth) nv_crtc2_depth;
/haiku/src/add-ons/accelerants/via/engine/
H A Dglobals.h16 typedef status_t (*crtc_depth)(int); typedef
34 extern crtc_depth head1_depth;
47 extern crtc_depth head2_depth;
H A Dglobals.c23 crtc_depth head1_depth;
36 crtc_depth head2_depth;
H A Dgeneral.c217 head1_depth = (crtc_depth) eng_crtc2_depth;
235 head2_depth = (crtc_depth) eng_crtc_depth;
255 head1_depth = (crtc_depth) eng_crtc_depth;
273 head2_depth = (crtc_depth) eng_crtc2_depth;

Completed in 51 milliseconds