Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h3073 const TexSize& realSize, in TextureInfo() argument
3076 this->Set(texObject, physicalAddress, size, realSize, format); in TextureInfo()
3127 const TexSize& realSize, in Set() argument
3130 NW_ASSERT(IsPowerOfTwo(realSize.width)); in Set()
3131 NW_ASSERT(IsPowerOfTwo(realSize.height)); in Set()
3136 m_RealSize = realSize; in Set()