Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h347 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress() local
349 if ( locationAddress ) in GetImageAddress()
351 return locationAddress; in GetImageAddress()
414 u32 locationAddress; //!< テクスチャの配置アドレスです。 member
425 locationAddress(0), in Description()
501 DynamicBuilder& LocationAddress(u32 locationAddress) in LocationAddress() argument
503 m_Description.locationAddress = locationAddress; in LocationAddress()
672 u32 locationAddress[MAX_CUBE_FACE]; //!< テクスチャの配置アドレスです。 member
688 locationAddress[i] = 0; in Description()
759 DynamicBuilder& LocationAddress(CubeFace face, u32 locationAddress) in LocationAddress() argument
[all …]
Dgfx_ResVertex.h321 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress() local
323 if ( locationAddress ) in GetImageAddress()
325 return locationAddress; in GetImageAddress()
552 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress() local
554 if ( locationAddress ) in GetImageAddress()
556 return locationAddress; in GetImageAddress()
Dgfx_ResGraphicsFile.h1138 const void* locationAddress = this->GetVramLocation( resImage.GetImageData() ); in operator() local
1139 resImage.SetLocationAddress( locationAddress ); in operator()
1149 const void* locationAddress = this->GetVramLocation( resImage.GetImageData() ); in operator() local
1150 resImage.SetLocationAddress( locationAddress ); in operator()
1164 const void* locationAddress = this->GetVramLocation( resIndexStream.GetStream() ); in operator() local
1165 resIndexStream.SetLocationAddress( locationAddress ); in operator()
1173 const void* locationAddress = this->GetVramLocation( resVertexStream.GetStream() ); in operator() local
1174 resVertexStream.SetLocationAddress( locationAddress ); in operator()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp644 imageData->m_LocationAddress = m_Description.locationAddress; in Create()
811 imageData[i].m_LocationAddress = m_Description.locationAddress[i]; in Create()
885 imageData->m_LocationAddress = m_Description.locationAddress; in Create()