Searched refs:texIndex (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/tpl/CTR/ |
| D | tpl_ReadTexturePackage.cpp | 68 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument 81 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTexture() 82 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTexture() 88 …onst char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texIndex)); in GetTexture() 109 bool GetTextureInfo(CtrTextureInfo* pTexInfo, const void* pTexPackage, const s16 texIndex) in GetTextureInfo() argument 122 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTextureInfo() 123 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTextureInfo() 129 …onst char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texIndex)); in GetTextureInfo()
|
| /CTR-SDK-4.2.5/include/nn/tpl/CTR/ |
| D | tpl_ReadTexturePackage.h | 62 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex); 74 bool GetTextureInfo(CtrTextureInfo* pTexInfo, const void* pTexPackage, const s16 texIndex);
|