Home
last modified time | relevance | path

Searched refs:locationAddress (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTexture.h341 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress() local
343 if ( locationAddress ) in GetImageAddress()
345 return locationAddress; in GetImageAddress()
408 u32 locationAddress; //!< テクスチャの配置アドレスです。 member
419 locationAddress(0), in Description()
494 DynamicBuilder& LocationAddress(u32 locationAddress) in LocationAddress() argument
496 m_Description.locationAddress = locationAddress; in LocationAddress()
710 u32 locationAddress; //!< テクスチャの配置アドレスです。 member
722 locationAddress(0), in Description()
790 DynamicBuilder& LocationAddress(u32 locationAddress) in LocationAddress() argument
[all …]
Dgfx_ResVertex.h314 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress() local
316 if ( locationAddress ) in GetImageAddress()
318 return locationAddress; in GetImageAddress()
545 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress() local
547 if ( locationAddress ) in GetImageAddress()
549 return locationAddress; in GetImageAddress()
Dgfx_ResGraphicsFile.h761 const void* locationAddress = this->GetVramLocation( resImage.GetImageData() ); in operator() local
762 resImage.SetLocationAddress( locationAddress ); in operator()
772 const void* locationAddress = this->GetVramLocation( resImage.GetImageData() ); in operator() local
773 resImage.SetLocationAddress( locationAddress ); in operator()
787 const void* locationAddress = this->GetVramLocation( resIndexStream.GetStream() ); in operator() local
788 resIndexStream.SetLocationAddress( locationAddress ); in operator()
796 const void* locationAddress = this->GetVramLocation( resVertexStream.GetStream() ); in operator() local
797 resVertexStream.SetLocationAddress( locationAddress ); in operator()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp614 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
749 imageData->m_LocationAddress = m_Description.locationAddress; in Create()