Home | History | Annotate | Download | only in glx

Lines Matching refs:SET_BIT

38 #define SET_BIT(m,b)   (m[ (b) / 8 ] |=  (1U << ((b) % 8)))
303 SET_BIT(supported, ext[i].bit);
397 SET_BIT(client_glx_support, bit);
401 SET_BIT(direct_glx_support, bit);
405 SET_BIT(client_glx_only, bit);
409 SET_BIT(direct_glx_only, bit);
417 SET_BIT(client_gl_support, bit);
421 SET_BIT(client_gl_only, bit);
583 SET_BIT(server_support, EXT_visual_info_bit);
584 SET_BIT(server_support, EXT_visual_rating_bit);
585 SET_BIT(server_support, SGI_make_current_read_bit);
586 SET_BIT(server_support, SGIX_fbconfig_bit);
587 SET_BIT(server_support, SGIX_pbuffer_bit);
595 SET_BIT(server_support, EXT_import_context_bit);
677 SET_BIT(server_support, known_gl_extensions[i].bit);