Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp67 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument
96 *mipLevel = static_cast<int>(texInfo->mipLevel); in GetTexture()
97 for(int i=0; i < *mipLevel; i++) in GetTexture()
133 pTexInfo->mipLevel = texInfo->mipLevel; in GetTextureInfo()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/tpl/CTR/
Dtpl_ReadTexturePackage.h61 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex);
Dtpl_PackagerType.h72 unsigned char mipLevel; //!< ミップマップの枚数 member