Searched refs:TCWriteTplValue (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 302 static u32 TCWriteTplValue ( FILE* fp, u32 cursor, void* value, u32 numBytes ); 427 total += TCWriteTplValue( fp, total, (void*)&TplVersion, 4 ); in TCWriteTplFile() 432 total += TCWriteTplValue( fp, total, (void*)&NumTex, 4 ); in TCWriteTplFile() 437 total += TCWriteTplValue( fp, total, (void*)&TplHdrSize, 4 ); in TCWriteTplFile() 448 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplImageOffset, 4 ); in TCWriteTplFile() 453 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplPaletteOffset, 4 ); in TCWriteTplFile() 474 total += TCWriteTplValue( fp, total, (void*)&palPtr->palPtr->numEntry, 2 ); in TCWriteTplFile() 479 total += TCWriteTplValue( fp, total, (void*)pad, 2 ); in TCWriteTplFile() 484 total += TCWriteTplValue( fp, total, (void*)&palPtr->entryFormat, 4 ); in TCWriteTplFile() 490 total += TCWriteTplValue( fp, total, (void*)&palPtr->tplPaletteBankOffset, 4 ); in TCWriteTplFile() [all …]
|