Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResVertex.h226 u32 m_LocationAddress; member
294 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR_INHERIT()
301 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
302 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
445 u32 m_LocationAddress; member
525 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
532 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
533 …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.3.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp614 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
749 imageData->m_LocationAddress = m_Description.locationAddress; in Create()