Lines Matching refs:dx_flags
53 int dx_flags = 0; in gui_mch_set_rendering_options() local
86 dx_flags |= 1 << 0; in gui_mch_set_rendering_options()
91 dx_flags |= 1 << 1; in gui_mch_set_rendering_options()
96 dx_flags |= 1 << 2; in gui_mch_set_rendering_options()
101 dx_flags |= 1 << 3; in gui_mch_set_rendering_options()
108 dx_flags |= 1 << 4; in gui_mch_set_rendering_options()
115 dx_flags |= 1 << 5; in gui_mch_set_rendering_options()
137 if (dx_flags) in gui_mch_set_rendering_options()
141 if (dx_flags & (1 << 0)) in gui_mch_set_rendering_options()
143 if (dx_flags & (1 << 1)) in gui_mch_set_rendering_options()
145 if (dx_flags & (1 << 2)) in gui_mch_set_rendering_options()
147 if (dx_flags & (1 << 3)) in gui_mch_set_rendering_options()
149 if (dx_flags & (1 << 4)) in gui_mch_set_rendering_options()
151 if (dx_flags & (1 << 5)) in gui_mch_set_rendering_options()