Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h3108 const TexSize& realSize, in TextureInfo() argument
3111 this->Set(texObject, physicalAddress, size, realSize, format); in TextureInfo()
3162 const TexSize& realSize, in Set() argument
3165 NW_ASSERT(IsPowerOfTwo(realSize.width)); in Set()
3166 NW_ASSERT(IsPowerOfTwo(realSize.height)); in Set()
3171 m_RealSize = realSize; in Set()