Searched refs:mipLevel (Results 1 – 3 of 3) sorted by relevance
67 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex) in GetTexture() argument96 *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()
61 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex);
72 unsigned char mipLevel; //!< ミップマップの枚数 member