Searched refs:ambientArgInfo (Results 1 – 3 of 3) sorted by relevance
1071 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo() argument1074 NW_NULL_ASSERT( ambientArgInfo.argAllocatorCallback ); in SetAmbientInfo()1076 ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.argSize ); in SetAmbientInfo()1082 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()1085 m_AmbientInfo = ambientArgInfo; in SetAmbientInfo()
704 internal::BasicSound::AmbientInfo* ambientArgInfo in AllocSound() argument717 if ( ambientArgInfo != NULL ) in AllocSound()719 sound->SetAmbientInfo( *ambientArgInfo ); in AllocSound()766 internal::BasicSound::AmbientInfo* ambientArgInfo, in detail_SetupSoundImpl() argument833 if ( ambientArgInfo != NULL ) in detail_SetupSoundImpl()835 ambientPriority = internal::BasicSound::GetAmbientPriority( *ambientArgInfo, soundId ); in detail_SetupSoundImpl()879 ambientArgInfo in detail_SetupSoundImpl()901 ambientArgInfo in detail_SetupSoundImpl()923 ambientArgInfo in detail_SetupSoundImpl()
476 internal::BasicSound::AmbientInfo* ambientArgInfo,515 internal::BasicSound::AmbientInfo* ambientArgInfo