Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResVertex.h233 u32 m_LocationAddress; member
301 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR_INHERIT()
308 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
309 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
452 u32 m_LocationAddress; member
532 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
539 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
540 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
Dgfx_ResTexture.h78 u32 m_LocationAddress; member
319 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
329 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
330 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp644 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
811 imageData[i].m_LocationAddress = m_Description.locationAddress[i]; in Create()
885 imageData->m_LocationAddress = m_Description.locationAddress; in Create()