Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTexture.h313 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
341 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
385 u32 GetLocationAddress() const { return this->GetImage().GetLocationAddress(); } in NW_RES_CTOR_INHERIT()
643 …u32 GetLocationAddress( CubeFace face ) const { return this->GetImage( face ).GetLocationAddress()… in GetLocationAddress() function
687 u32 GetLocationAddress() const { return this->GetImage().GetLocationAddress(); } in NW_RES_CTOR_INHERIT()
Dgfx_ResVertex.h294 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR_INHERIT()
314 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
525 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
545 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp93 void* address = reinterpret_cast<void*>( resStream.GetLocationAddress() ); in DeleteBuffer()
166 if (this->GetLocationAddress() != NULL) in Setup()
214 if ( this->GetLocationAddress() != NULL ) in Setup()
Dgfx_ResShape.cpp128 void* address = reinterpret_cast<void*>( resStream.GetLocationAddress() ); in DeleteBuffer()
273 if (resStream.GetLocationAddress() != NULL) in Setup()
Dgfx_ResTexture.cpp144 void* address = reinterpret_cast<void*>( resImage.GetLocationAddress() ); in DeleteImage2D()
162 if (resImage.GetLocationAddress() != NULL) in SetTexImage2D()