Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp40 const CtrTexturePackageHeader &header = in GetTextureIndex()
41 *reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTextureIndex()
64 const CtrTexturePackageHeader *header = in GetTexture()
65 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTexture()
73 …(((const char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texInd… in GetTexture()
104 const CtrTexturePackageHeader *header = in GetTextureInfo()
105 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTextureInfo()
113 …(((const char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texInd… in GetTextureInfo()
141 const CtrTexturePackageHeader *header = in CheckTexturePackageHeader()
142 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in CheckTexturePackageHeader()
Dtpl_crc32.cpp164 const CtrTexturePackageHeader *header = in getTextureFilePath()
165 reinterpret_cast<const CtrTexturePackageHeader *>(infoData); in getTextureFilePath()
Dtpl_Internal.h96 struct CtrTexturePackageHeader struct