Home
last modified time | relevance | path

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

/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dalcompat.h12 #define al_convert_bitmaps() (al_convert_memory_bitmaps())
H A Dbitmap.h95 AL_FUNC(void, al_convert_memory_bitmaps, (void));
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dbitmap_type.c231 void al_convert_memory_bitmaps(void) in al_convert_memory_bitmaps() function
H A Ddisplay.c131 al_convert_memory_bitmaps(); in al_create_display()