Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTextureList.cpp144 tmpTx.tplImageOffset = thisTex->tplImageOffset; in TCSwapTexture()
150 thisTex->tplImageOffset = thatTex->tplImageOffset; in TCSwapTexture()
156 thatTex->tplImageOffset = tmpTx.tplImageOffset; in TCSwapTexture()
DTCTPLToolbox.cpp448 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplImageOffset, 4 ); in TCWriteTplFile()
882 thisTex->tplImageOffset = imageDescOffset + ( pos * ImageDescSize); in TCSetTplTextureValues()
/RvlSDK-3.2.2/build/libraries/tc/include/
DTCTextureList.h61 u32 tplImageOffset; // offset from top of file to Image Descriptor in .tpl file member