Searched refs:AGL_ACC_RED_DEPTH (Results 1 – 4 of 4) sorted by relevance
337 case AGL_ACC_RED_DEPTH: in allegro_gl_set()449 case AGL_ACC_RED_DEPTH: in allegro_gl_get()511 if (opt & AGL_ACC_RED_DEPTH) in build_settings()583 if (save & AGL_ACC_RED_DEPTH) in allegro_gl_save_settings()585 allegro_gl_get(AGL_ACC_RED_DEPTH)); in allegro_gl_save_settings()686 opt |= AGL_ACC_RED_DEPTH; in agl_parse_section()766 allegro_gl_set(AGL_ACC_RED_DEPTH, set); in allegro_gl_load_settings()
232 if ((req & AGL_ACC_RED_DEPTH) in get_score()240 if (sug & AGL_ACC_RED_DEPTH) { in get_score()
170 …if (format & (AGL_ACC_RED_DEPTH | AGL_ACC_GREEN_DEPTH | AGL_ACC_BLUE_DEPTH | AGL_ACC_ALPHA_DEPTH))…
231 #define AGL_ACC_RED_DEPTH 0x00000040 macro