Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResVertex.h215 u32 m_LocationAddress; member
283 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR_INHERIT()
290 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
291 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
434 u32 m_LocationAddress; member
514 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
521 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
522 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
Dgfx_ResTexture.h76 u32 m_LocationAddress; member
313 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
323 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
324 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp614 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
749 imageData->m_LocationAddress = m_Description.locationAddress; in Create()