Home
last modified time | relevance | path

Searched refs:SetLocationAddress (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.3.3/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.h301 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
302 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
532 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
533 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
Dgfx_ResGraphicsFile.h762 resImage.SetLocationAddress( locationAddress ); in operator()
773 resImage.SetLocationAddress( locationAddress ); in operator()
788 resIndexStream.SetLocationAddress( locationAddress ); in operator()
797 resVertexStream.SetLocationAddress( locationAddress ); in operator()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp60 resStream.SetLocationAddress( address ); in BufferData()
71 resStream.SetLocationAddress( address ); in BufferData()
95 resStream.SetLocationAddress( static_cast<u32>(NULL) ); in DeleteBuffer()
Dgfx_ResShape.cpp89 resStream.SetLocationAddress( address ); in BufferData()
100 resStream.SetLocationAddress( address ); in BufferData()
130 resStream.SetLocationAddress( static_cast<u32>(NULL) ); in DeleteBuffer()
Dgfx_ResTexture.cpp102 resImage.SetLocationAddress( address ); in TexImage2D()
116 resImage.SetLocationAddress( address ); in TexImage2D()
146 resImage.SetLocationAddress( static_cast<u32>(NULL) ); in DeleteImage2D()