Home
last modified time | relevance | path

Searched refs:mipmapSize (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp68 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument
70 if( mipLevel == NULL || mipmapSize == NULL || pTexPackage == NULL ) in GetTexture()
73 NN_NULL_TASSERT_(mipmapSize); in GetTexture()
102 mipmapSize[i] = Size[i]; in GetTexture()
/CTR-SDK-4.2.5/include/nn/tpl/CTR/
Dtpl_ReadTexturePackage.h62 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex);