Home
last modified time | relevance | path

Searched refs:md2_loadTexture (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_md2.h144 int md2_loadTexture (const char *filename);
H A Dhw_md2.c487 int md2_loadTexture (const char *filename) in md2_loadTexture() function
721 md2->texture = md2_loadTexture( filename ); in HWR_DrawMD2()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_md2.c365 static void md2_loadTexture(md2_t *model) in md2_loadTexture() function
1390 md2_loadTexture(md2); in HWR_DrawModel()