Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.hpp57 int readtga(char *name, int *xres, int *yres, unsigned char **imgdata);
H A Dimageio.cpp90 rc = readtga(name, &xres, &yres, &imgdata); in readimage()
H A Dtgafile.cpp154 int readtga(char *name, int *xres, int *yres, unsigned char **imgdata) { in readtga() function