Home
last modified time | relevance | path

Searched refs:AGL_ACC_RED_DEPTH (Results 1 – 4 of 4) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dalleggl.c337 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()
H A Dscorer.c232 if ((req & AGL_ACC_RED_DEPTH) in get_score()
240 if (sug & AGL_ACC_RED_DEPTH) { in get_score()
H A Dmacosx.m170 …if (format & (AGL_ACC_RED_DEPTH | AGL_ACC_GREEN_DEPTH | AGL_ACC_BLUE_DEPTH | AGL_ACC_ALPHA_DEPTH))…
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/include/
H A Dalleggl.h231 #define AGL_ACC_RED_DEPTH 0x00000040 macro