Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCTPLToolbox.cpp297 static u32 TCWriteTplValue ( FILE* fp, u32 cursor, void* value, u32 numBytes );
422 total += TCWriteTplValue( fp, total, (void*)&TplVersion, 4 ); in TCWriteTplFile()
427 total += TCWriteTplValue( fp, total, (void*)&NumTex, 4 ); in TCWriteTplFile()
432 total += TCWriteTplValue( fp, total, (void*)&TplHdrSize, 4 ); in TCWriteTplFile()
443 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplImageOffset, 4 ); in TCWriteTplFile()
448 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplPaletteOffset, 4 ); in TCWriteTplFile()
469 total += TCWriteTplValue( fp, total, (void*)&palPtr->palPtr->numEntry, 2 ); in TCWriteTplFile()
474 total += TCWriteTplValue( fp, total, (void*)pad, 2 ); in TCWriteTplFile()
479 total += TCWriteTplValue( fp, total, (void*)&palPtr->entryFormat, 4 ); in TCWriteTplFile()
485 total += TCWriteTplValue( fp, total, (void*)&palPtr->tplPaletteBankOffset, 4 ); in TCWriteTplFile()
[all …]