Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp91 u32 cMapDepth; member
147 tga.cMapDepth = (u32)( *((u8* )( rawBits + 0x07 )) ); // bits in ReadTgaFile()
165 switch( tga.cMapDepth ) in ReadTgaFile()
168 tga.cMapDepth = 0; in ReadTgaFile()
174 tga.cMapDepth >>= 3; in ReadTgaFile()
178 tga.cMapDepth = 2; in ReadTgaFile()
231 rawPaletteSize = (u32)tga.cMapDepth * (u32)tga.cMapLength; in ReadTgaFile()
604 switch( tga->cMapDepth ) in CreateTgaPalTable()