Home
last modified time | relevance | path

Searched defs:SetLocationAddress (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h323 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
324 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
398 void SetLocationAddress(u32 address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
399 void SetLocationAddress(const void* address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
657 …void SetLocationAddress( CubeFace face, u32 address) { this->GetImage( face ).SetLocationAddress( … in SetLocationAddress() function
658 …void SetLocationAddress( CubeFace face, const void* address) { this->GetImage( face ).SetLocationA… in SetLocationAddress() function
700 void SetLocationAddress(u32 address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
701 void SetLocationAddress(const void* address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
Dgfx_ResVertex.h290 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
291 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
521 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
522 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function