Searched refs:mipLevel (Results 1 – 3 of 3) sorted by relevance
55 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument84 *mipLevel = static_cast<int>(texInfo->mipLevel); in GetTexture()85 for(int i=0; i < *mipLevel; i++) in GetTexture()121 pTexInfo->mipLevel = texInfo->mipLevel; in GetTextureInfo()
55 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex);
72 unsigned char mipLevel; //!< ミップマップの枚数 member