Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp294 uptr physicalAddress = 0; in LoadTexture() local
341 physicalAddress = nngxGetPhysicalAddr((uptr)(dataAddr)); in LoadTexture()
356 physicalAddress = nngxGetPhysicalAddr((uptr)(pixels)); in LoadTexture()
379 physicalAddress = nngxGetPhysicalAddr((uptr)(address)); in LoadTexture()
404 physicalAddress, in LoadTexture()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexMap.h315 void SetPhysicalAddress(uptr physicalAddress) in SetPhysicalAddress() argument
317 m_PhysicalAddress = physicalAddress; in SetPhysicalAddress()
Dlyt_Types.h3106 uptr physicalAddress, in TextureInfo() argument
3111 this->Set(texObject, physicalAddress, size, realSize, format); in TextureInfo()
3160 uptr physicalAddress, in Set() argument
3169 m_PhysicalAddress = physicalAddress; in Set()