Home
last modified time | relevance | path

Searched defs:mipmapSize (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h412 s32 mipmapSize; //!< ミップマップサイズです。 member
467 DynamicBuilder& MipmapSize(s32 mipmapSize) in MipmapSize()
670 s32 mipmapSize; //!< ミップマップサイズです。 member
724 DynamicBuilder& MipmapSize(s32 mipmapSize) in MipmapSize()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp655 for (s32 mipmapSize = m_Description.mipmapSize; mipmapSize > 0; --mipmapSize) in Create() local
767 for (s32 mipmapSize = m_Description.mipmapSize; mipmapSize > 0; --mipmapSize) in Create() local
Dgfx_ResTextureMapper.cpp100 int mipmapSize = 0; in SetTextureMipmapCommand() local