Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dimap.hpp55 rawimage *AllocateImage(char *);
H A Dapi.cpp261 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()
266 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()
271 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()
H A Dimap.cpp125 rawimage *AllocateImage(char *filename) { in AllocateImage() function