Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/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.1.4/build/demos/carddemo/tpl/
Dheiho.tcs2 file 0 = heiho001.tga ; this is a 32x32 rgba image
3 file 1 = heiho002.tga ; this is a 32x32 rgba image
4 file 2 = heiho003.tga ; this is a 32x32 rgba image
5 file 3 = heiho004.tga ; this is a 32x32 rgba image
6 file 4 = heiho005.tga ; this is a 32x32 rgba image
7 file 5 = heiho006.tga ; this is a 32x32 rgba image
8 file 6 = heiho007.tga ; this is a 32x32 rgba image
9 file 7 = heiho008.tga ; this is a 32x32 rgba image
DheihoC8.tcs2 file 0 = heiho001CI.tga ; this is a 32x32 CI image
3 file 1 = heiho002CI.tga ; this is a 32x32 CI image
4 file 2 = heiho003CI.tga ; this is a 32x32 CI image
5 file 3 = heiho004CI.tga ; this is a 32x32 CI image
6 file 4 = heiho005CI.tga ; this is a 32x32 CI image
7 file 5 = heiho006CI.tga ; this is a 32x32 CI image
8 file 6 = heiho007CI.tga ; this is a 32x32 CI image
9 file 7 = heiho008CI.tga ; this is a 32x32 CI image
Dicon.tcs2 file 0 = one.tga ; this is a 32x32 rgba image
3 file 1 = two.tga ; this is a 32x32 rgba image
4 file 2 = three.tga ; this is a 32x32 rgba image
5 file 3 = four.tga ; this is a 32x32 rgba image
6 file 4 = five.tga ; this is a 32x32 rgba image
7 file 5 = six.tga ; this is a 32x32 rgba image
8 file 6 = seven.tga ; this is a 32x32 rgba image
9 file 7 = eight.tga ; this is a 32x32 rgba image
Dyoshi.tcs2 file 0 = yoshi01.tga
3 file 1 = yoshi02.tga
4 file 2 = yoshi03.tga
5 file 3 = yoshi04.tga
Dluigi.tcs2 file 0 = luigi.tga
DmarioCI.tcs2 file 0 = marioCI.tga
Dgamecube.tcs2 file 0 = gamecube.tga ; this is a 96x32 rgba image
Dbanner.tcs2 file 0 = banner.tga ; this is a 96x32 rgba image
Dbannerc.tcs2 file 0 = bannerc.tga ; this is a 96x32 ci8 image
Diconc.tcs2 file 0 = iconc.tga ; this is a 32x32 ci8 image
/RvlSDK-3.1.4/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.1.4/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