Lines Matching defs:SET_BIT
39 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8)))
329 SET_BIT(supported, ext->bit);
430 SET_BIT(force_enable, ext->bit);
432 SET_BIT(force_disable, ext->bit);
499 SET_BIT(client_glx_only, ARB_get_proc_address_bit);
504 SET_BIT(direct_glx_support, bit);
508 SET_BIT(direct_glx_only, bit);
742 SET_BIT(usable, GL_ARB_transpose_matrix_bit);
743 SET_BIT(usable, GL_EXT_draw_range_elements_bit);
744 SET_BIT(usable, GL_EXT_multi_draw_arrays_bit);
745 SET_BIT(usable, GL_SUN_multi_draw_arrays_bit);