Lines Matching refs:face
623 ResPixelBasedImage GetImage( CubeFace face ) in GetImage() argument
625 NW_ASSERT( 0 <= face && face < MAX_CUBE_FACE ); in GetImage()
627 return ResPixelBasedImage( ref().toImagesTables[ face ].to_ptr() ); in GetImage()
637 const ResPixelBasedImage GetImage( CubeFace face ) const in GetImage() argument
639 NW_ASSERT( 0 <= face && face < MAX_CUBE_FACE ); in GetImage()
641 return ResPixelBasedImage( ref().toImagesTables[ face ].to_ptr() ); in GetImage()
651 …u32 GetLocationAddress( CubeFace face ) const { return this->GetImage( face ).GetLocationAddress()… in GetLocationAddress() argument
663 …void SetLocationAddress( CubeFace face, u32 address) { this->GetImage( face ).SetLocationAddress( … in SetLocationAddress() argument
664 …void SetLocationAddress( CubeFace face, const void* address) { this->GetImage( face ).SetLocationA… in SetLocationAddress() argument
759 DynamicBuilder& LocationAddress(CubeFace face, u32 locationAddress) in LocationAddress() argument
761 NW_MINMAXLT_ASSERT(face, 0, MAX_CUBE_FACE); in LocationAddress()
762 m_Description.locationAddress[face] = locationAddress; in LocationAddress()