Home
last modified time | relevance | path

Searched refs:TGAload (Results 1 – 2 of 2) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DTexture.h60 static ImageTGA *TGAload(const char* filename);
H A DTexture.cpp451 return loadTGA(TGAload(file.c_str())); in loadTGA()
507 ImageTGA *Texture::TGAload(const char *filename) in TGAload() function in Texture