Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/
H A Dlightmap.cpp889 static void WriteTGA24 (const char* filename, const byte* data, int width, int height, int offset) in WriteTGA24() function
967 WriteTGA24(filename, lightmap, texSize[0], texSize[1], 0); in ExportLightmap()
970 WriteTGA24(filename, lightmap, texSize[0], texSize[1], 3); in ExportLightmap()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dlightmaps_ydnar.c62 void WriteTGA24( char *filename, byte *data, int width, int height, qboolean flip ) in WriteTGA24() function
145 WriteTGA24( filename, lightmap, game->lightmapSize, game->lightmapSize, qfalse ); in ExportLightmaps()
2802 WriteTGA24( filename, olm->bspLightBytes, olm->customWidth, olm->customHeight, qtrue ); in StoreSurfaceLightmaps()
2810 WriteTGA24( filename, olm->bspDirBytes, olm->customWidth, olm->customHeight, qtrue ); in StoreSurfaceLightmaps()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3map2/
H A Dlightmaps_ydnar.c62 void WriteTGA24( char *filename, byte *data, int width, int height, qboolean flip ){ in WriteTGA24() function
143 WriteTGA24( filename, lightmap, game->lightmapSize, game->lightmapSize, qfalse ); in ExportLightmaps()
3145 WriteTGA24( filename, olm->bspLightBytes, olm->customWidth, olm->customHeight, qtrue ); in StoreSurfaceLightmaps()
3152 WriteTGA24( filename, olm->bspDirBytes, olm->customWidth, olm->customHeight, qtrue ); in StoreSurfaceLightmaps()