Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp48 texHash, header.numTexture, sizeof(CtrTextureHash), crc32key, &data); in GetTextureIndex()
66 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTexture()
67 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTexture()
106 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTextureInfo()
107 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()