Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_TexMap.h313 void SetPhysicalAddress(uptr physicalAddress) in SetPhysicalAddress() argument
315 m_PhysicalAddress = physicalAddress; in SetPhysicalAddress()
Dlyt_Types.h3034 uptr physicalAddress, in TextureInfo() argument
3039 this->Set(texObject, physicalAddress, size, realSize, format); in TextureInfo()
3088 uptr physicalAddress, in Set() argument
3097 m_PhysicalAddress = physicalAddress; in Set()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Util.cpp298 uptr physicalAddress = 0; in LoadTexture() local
345 physicalAddress = nngxGetPhysicalAddr((uptr)(dataAddr)); in LoadTexture()
357 physicalAddress = nngxGetPhysicalAddr((uptr)(pixels)); in LoadTexture()
366 physicalAddress, in LoadTexture()