Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp683 u8* tmpBuff; in UncompressTgaImage() local
687 tmpBuff = NULL; in UncompressTgaImage()
705 tmpBuff = (u8*)calloc( 1, size ); in UncompressTgaImage()
707 UnencodeTgaImage( rawImage, tmpBuff, tga->width, tga->height, tga->pixelDepth ); in UncompressTgaImage()
709 srcPtr = tmpBuff; in UncompressTgaImage()
735 if( tmpBuff != NULL ) in UncompressTgaImage()
737 free( tmpBuff ); in UncompressTgaImage()
738 tmpBuff = NULL; in UncompressTgaImage()