Lines Matching refs:SET_BIT
39 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8)))
330 SET_BIT(supported, ext->bit);
431 SET_BIT(force_enable, ext->bit);
433 SET_BIT(force_disable, ext->bit);
500 SET_BIT(client_glx_only, ARB_get_proc_address_bit);
505 SET_BIT(direct_glx_support, bit);
509 SET_BIT(direct_glx_only, bit);
743 SET_BIT(usable, GL_ARB_transpose_matrix_bit);
744 SET_BIT(usable, GL_EXT_draw_range_elements_bit);
745 SET_BIT(usable, GL_EXT_multi_draw_arrays_bit);
746 SET_BIT(usable, GL_SUN_multi_draw_arrays_bit);