Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp576 u32 byteDepth = (tgad.hdr.paletteEntryDepth+1)/8; in TGALoadFile() local
577 if(fread(tempMap, tgad.hdr.paletteSize*byteDepth, 1, pFile) != 1) in TGALoadFile()
589 switch(byteDepth) { in TGALoadFile()