Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp37 return header->numTexture; in GetTextureNum()
60 texHash, header.numTexture, sizeof(CtrTextureHash), crc32key, &data); in GetTextureIndex()
78 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTexture()
79 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTexture()
118 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTextureInfo()
119 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTextureInfo()
Dtpl_Internal.h103 unsigned short numTexture; member
Dtpl_crc32.cpp166 NN_TASSERT_(index < header->numTexture); in getTextureFilePath()