Searched refs:mipmapSize (Results 1 – 2 of 2) sorted by relevance
68 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument70 if( mipLevel == NULL || mipmapSize == NULL || pTexPackage == NULL ) in GetTexture()73 NN_NULL_TASSERT_(mipmapSize); in GetTexture()102 mipmapSize[i] = Size[i]; in GetTexture()
62 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex);