Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/TexConv/src/
Dtga.cpp103 static void UncompressTgaImage( u8* rawImage, SimpleTga* tga );
106 static void AdjustTgaForPaletteOffset( u8* dfData, SimpleTga* tga, u16 cMapStart );
107 static void CreateTgaColorLayer( TCFilePtr dfPtr, SimpleTga* tga );
108 static void CreateTgaAlphaLayer( TCFilePtr dfPtr, SimpleTga* tga );
109 static void CreateTgaPalTable( TCFilePtr dfPtr, SimpleTga* tga );
124 SimpleTga tga; in ReadTgaFile() local
135 *(u8*)( (u8*)(&tga) + i ) = 0; in ReadTgaFile()
139 tga.imageType = (u32)( *((u8* )( rawBits + 0x02 )) ); in ReadTgaFile()
140 tga.width = (u32)( *((u16*)( rawBits + 0x0C )) ); in ReadTgaFile()
141 tga.height = (u32)( *((u16*)( rawBits + 0x0E )) ); in ReadTgaFile()
[all …]
/RvlSDK-3.3/build/demos/nanddemo/tpl/
Dyoshi.tcs2 file 0 = yoshi01.tga
3 file 1 = yoshi02.tga
4 file 2 = yoshi03.tga
5 file 3 = yoshi04.tga
Dwii.tcs2 file 0 = wii.tga ; this is a 192x64 rgba image
/RvlSDK-3.3/build/tools/TexConv/sample/
Dsample.tcs42 ; we have provided a function to read .tga files.
48 file 0 = dolphin_32.tga ; this is a 32-bit rgba image
49 file 1 = pikachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit …
50 file 2 = car_24.tga ; this is a 24-bit rgb image