Home
last modified time | relevance | path

Searched refs:m_MipmapSize (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp631 textureData->m_MipmapSize = m_Description.mipmapSize; in Create()
661 textureData->m_MipmapSize = m_Description.mipmapSize - mipmapSize + 1; in Create()
749 textureData->m_MipmapSize = m_Description.mipmapSize; in Create()
773 textureData->m_MipmapSize = m_Description.mipmapSize - mipmapSize + 1; in Create()
872 textureData->m_MipmapSize = 0; in Create()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h55 nw::ut::ResS32 m_MipmapSize; member