Searched refs:texIndex (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/tpl/CTR/ |
| D | tpl_ReadTexturePackage.cpp | 55 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument 66 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTexture() 67 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTexture() 73 …onst char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texIndex)); in GetTexture() 94 bool GetTextureInfo(CtrTextureInfo* pTexInfo, const void* pTexPackage, const s16 texIndex) in GetTextureInfo() argument 106 NN_TASSERT_((0 <= texIndex) && (texIndex < header->numTexture)); in GetTextureInfo() 107 if((texIndex < 0) || (header->numTexture <= texIndex)) in GetTextureInfo() 113 …onst char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texIndex)); in GetTextureInfo()
|
| /CTR-SDK-0.13.2/include/nn/tpl/CTR/ |
| D | tpl_ReadTexturePackage.h | 55 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex); 67 bool GetTextureInfo(CtrTextureInfo* pTexInfo, const void* pTexPackage, const s16 texIndex);
|