Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp609 NW_ASSERT(m_Description.mipmapSize > 0); in Create()
631 textureData->m_MipmapSize = m_Description.mipmapSize; in Create()
655 for (s32 mipmapSize = m_Description.mipmapSize; mipmapSize > 0; --mipmapSize) in Create() local
661 textureData->m_MipmapSize = m_Description.mipmapSize - mipmapSize + 1; in Create()
727 NW_ASSERT(m_Description.mipmapSize > 0); in Create()
749 textureData->m_MipmapSize = m_Description.mipmapSize; in Create()
767 for (s32 mipmapSize = m_Description.mipmapSize; mipmapSize > 0; --mipmapSize) in Create() local
773 textureData->m_MipmapSize = m_Description.mipmapSize - mipmapSize + 1; in Create()
Dgfx_ResTextureMapper.cpp100 int mipmapSize = 0; in SetTextureMipmapCommand() local
107 mipmapSize = pixelBasedTexture.GetMipmapSize() - 1; in SetTextureMipmapCommand()
118 internal::SetCmdValue( &command[CMD_INDEX], mipmapSize, CMD_MASK, CMD_SHIFT ); in SetTextureMipmapCommand()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h412 s32 mipmapSize; //!< ミップマップサイズです。 member
423 mipmapSize(1), in Description()
467 DynamicBuilder& MipmapSize(s32 mipmapSize) in MipmapSize() argument
469 m_Description.mipmapSize = mipmapSize; in MipmapSize()
670 s32 mipmapSize; //!< ミップマップサイズです。 member
680 mipmapSize(1), in Description()
724 DynamicBuilder& MipmapSize(s32 mipmapSize) in MipmapSize() argument
726 m_Description.mipmapSize = mipmapSize; in MipmapSize()