Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp121 u32 tgaImageSize; in ReadTgaFile() local
239 tgaImageSize = 0; in ReadTgaFile()
244 tgaImageSize = tga.width * tga.height * tga.pixelDepth; in ReadTgaFile()
266 tga.imageDataSize = tgaImageSize; in ReadTgaFile()
267 tga.imageData = (u8*)calloc( 1, tgaImageSize ); in ReadTgaFile()