Home
last modified time | relevance | path

Searched refs:GetLocationAddress (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h319 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
347 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
391 u32 GetLocationAddress() const { return this->GetImage().GetLocationAddress(); } in NW_RES_CTOR_INHERIT()
651 …u32 GetLocationAddress( CubeFace face ) const { return this->GetImage( face ).GetLocationAddress()… in GetLocationAddress() function
840 u32 GetLocationAddress() const { return this->GetImage().GetLocationAddress(); } in NW_RES_CTOR_INHERIT()
Dgfx_ResVertex.h301 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR_INHERIT()
321 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
532 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
552 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp94 void* address = reinterpret_cast<void*>( resStream.GetLocationAddress() ); in DeleteBuffer()
214 if (this->GetLocationAddress() != NULL) in Setup()
262 if ( this->GetLocationAddress() != NULL ) in Setup()
Dgfx_ResShape.cpp129 void* address = reinterpret_cast<void*>( resStream.GetLocationAddress() ); in DeleteBuffer()
274 if (resStream.GetLocationAddress() != NULL) in Setup()
Dgfx_ResTexture.cpp205 void* address = reinterpret_cast<void*>( resImage.GetLocationAddress() ); in DeleteImage2D()
223 if (resImage.GetLocationAddress() != NULL) in SetTexImage2D()