Lines Matching defs:SET_BIT
38 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8)))
372 SET_BIT(supported, ext[i].bit);
466 SET_BIT(client_glx_support, bit);
470 SET_BIT(direct_glx_support, bit);
474 SET_BIT(client_glx_only, bit);
478 SET_BIT(direct_glx_only, bit);
486 SET_BIT(client_gl_support, bit);
490 SET_BIT(client_gl_only, bit);
652 SET_BIT(server_support, EXT_visual_info_bit);
653 SET_BIT(server_support, EXT_visual_rating_bit);
654 SET_BIT(server_support, SGI_make_current_read_bit);
655 SET_BIT(server_support, SGIX_fbconfig_bit);
656 SET_BIT(server_support, SGIX_pbuffer_bit);
664 SET_BIT(server_support, EXT_import_context_bit);
736 SET_BIT(server_support, known_gl_extensions[i].bit);