Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymosttexcompress.h21 int ptcompress_getstorage(int width, int height, int format);
H A Dpolymosttexcompress.cc90 extern "C" int ptcompress_getstorage(int width, int height, int format) in ptcompress_getstorage() function
H A Dpolymosttex.c1183 comprsize = ptcompress_getstorage(tex->sizx, tex->sizy, compress); in ptm_uploadtexture()
1208 comprsize = ptcompress_getstorage(tex->sizx, tex->sizy, compress); in ptm_uploadtexture()
1247 comprsize = ptcompress_getstorage(tex->sizx, tex->sizy, compress); in ptm_uploadtexture()