#include <TIL_TextureMap.h>
Static Public Member Functions | |
| static int | getMaxWidth (void) |
| static int | getMaxHeight (void) |
| static void | setMaxSize (int w=256, int h=256) |
| static int | getCacheSize (void) |
| static void | setCacheSize (int size=100) |
| static int | getCacheMemSize () |
| static void | setCacheMemSize (int sizeinmb) |
| static int | getImageCount () |
| static int | getImageStat (TIL_TextureMapStat stats[]) |
| static int64 | getMemoryUsage () |
| static int | getVersion () |
| static void | clearCache (int only_out_of_date=0) |
| static void | clearCache (const char *mapname) |
| static int | getAutoFlush (void) |
| static void | setAutoFlush (int onOff) |
| static void | setRenderAllocator (TIL_TexRenderIndexFunc mapper, TIL_TexRenderAllocateFunc allocfunc, TIL_TexRenderFreeFunc freefunc) |
| static void | rasterDied (TIL_Raster *raster) |
| static void | imageDataDied (void *imagedata) |
| static void | setRATConvert (bool on) |
| static bool | getRATConvert () |
| static void | setNonRATError (bool on) |
| static bool | getNonRATError () |
Definition at line 123 of file TIL_TextureMap.h.
| static void TIL_TextureCache::clearCache | ( | const char * | mapname | ) | [static] |
| static void TIL_TextureCache::clearCache | ( | int | only_out_of_date = 0 |
) | [static] |
| static int TIL_TextureCache::getAutoFlush | ( | void | ) | [static] |
| static int TIL_TextureCache::getCacheMemSize | ( | ) | [static] |
| static int TIL_TextureCache::getCacheSize | ( | void | ) | [static] |
| static int TIL_TextureCache::getImageCount | ( | ) | [static] |
| static int TIL_TextureCache::getImageStat | ( | TIL_TextureMapStat | stats[] | ) | [static] |
| static int TIL_TextureCache::getMaxHeight | ( | void | ) | [static] |
| static int TIL_TextureCache::getMaxWidth | ( | void | ) | [static] |
| static int64 TIL_TextureCache::getMemoryUsage | ( | ) | [static] |
| static bool TIL_TextureCache::getNonRATError | ( | ) | [static] |
| static bool TIL_TextureCache::getRATConvert | ( | ) | [static] |
| static int TIL_TextureCache::getVersion | ( | ) | [static] |
| static void TIL_TextureCache::imageDataDied | ( | void * | imagedata | ) | [static] |
| static void TIL_TextureCache::rasterDied | ( | TIL_Raster * | raster | ) | [static] |
| static void TIL_TextureCache::setAutoFlush | ( | int | onOff | ) | [static] |
| static void TIL_TextureCache::setCacheMemSize | ( | int | sizeinmb | ) | [static] |
| static void TIL_TextureCache::setCacheSize | ( | int | size = 100 |
) | [static] |
| static void TIL_TextureCache::setMaxSize | ( | int | w = 256, |
|
| int | h = 256 | |||
| ) | [static] |
| static void TIL_TextureCache::setNonRATError | ( | bool | on | ) | [static] |
| static void TIL_TextureCache::setRATConvert | ( | bool | on | ) | [static] |
| static void TIL_TextureCache::setRenderAllocator | ( | TIL_TexRenderIndexFunc | mapper, | |
| TIL_TexRenderAllocateFunc | allocfunc, | |||
| TIL_TexRenderFreeFunc | freefunc | |||
| ) | [static] |
1.5.9