Home
last modified time | relevance | path

Searched refs:bm_lock_png (Results 1 – 6 of 6) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/bmpman/
H A Dbm_internal.h122 void bm_lock_png( int handle, int bitmapnum, bitmap_entry *be, bitmap *bmp, ubyte bpp, ubyte flags …
H A Dbmpman.cpp1568 void bm_lock_png( int handle, int bitmapnum, bitmap_entry *be, bitmap *bmp, ubyte bpp, ubyte flags ) in bm_lock_png() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/bmpman/
H A Dbm_internal.h98 void bm_lock_png( int handle, bitmap_slot *bs, bitmap *bmp, int bpp, ushort flags );
H A Dbmpman.cpp1387 bm_lock_png( handle, bs, bmp, true_bpp, flags ); in bm_load_image_data()
2286 void bm_lock_png(int handle, bitmap_slot *bs, bitmap *bmp, int /*bpp*/, ushort /*flags*/) { in bm_lock_png() function
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropenglbmpman.cpp502 bm_lock_png( handle, bitmapnum, be, bmp, true_bpp, flags ); in gr_opengl_bm_lock()
H A Dgrstub.cpp635 bm_lock_png( handle, bitmapnum, be, bmp, bmp->true_bpp, flags ); in gr_stub_bm_lock()