Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h329 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
330 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
404 void SetLocationAddress(u32 address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
405 void SetLocationAddress(const void* address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
663 …void SetLocationAddress( CubeFace face, u32 address) { this->GetImage( face ).SetLocationAddress( … in SetLocationAddress() function
664 …void SetLocationAddress( CubeFace face, const void* address) { this->GetImage( face ).SetLocationA… in SetLocationAddress() function
853 void SetLocationAddress(u32 address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
854 void SetLocationAddress(const void* address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress() function
Dgfx_ResVertex.h308 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
309 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
539 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress() function
540 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress() function
Dgfx_ResGraphicsFile.h1139 resImage.SetLocationAddress( locationAddress ); in operator()
1150 resImage.SetLocationAddress( locationAddress ); in operator()
1165 resIndexStream.SetLocationAddress( locationAddress ); in operator()
1174 resVertexStream.SetLocationAddress( locationAddress ); in operator()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp61 resStream.SetLocationAddress( address ); in BufferData()
72 resStream.SetLocationAddress( address ); in BufferData()
96 resStream.SetLocationAddress( static_cast<u32>(NULL) ); in DeleteBuffer()
Dgfx_ResShape.cpp90 resStream.SetLocationAddress( address ); in BufferData()
101 resStream.SetLocationAddress( address ); in BufferData()
131 resStream.SetLocationAddress( static_cast<u32>(NULL) ); in DeleteBuffer()
Dgfx_ResTexture.cpp163 resImage.SetLocationAddress( address ); in TexImage2D()
177 resImage.SetLocationAddress( address ); in TexImage2D()
207 resImage.SetLocationAddress( static_cast<u32>(NULL) ); in DeleteImage2D()