Searched refs:ambientArgInfo (Results 1 – 3 of 3) sorted by relevance
1006 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo() argument1009 NW_NULL_ASSERT( ambientArgInfo.argAllocatorCallback ); in SetAmbientInfo()1010 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo()1015 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()1018 m_AmbientInfo = ambientArgInfo; in SetAmbientInfo()
690 internal::BasicSound::AmbientInfo* ambientArgInfo in AllocSound() argument703 if ( ambientArgInfo != NULL ) in AllocSound()705 sound->SetAmbientInfo( *ambientArgInfo ); in AllocSound()752 internal::BasicSound::AmbientInfo* ambientArgInfo, in detail_SetupSoundImpl() argument819 if ( ambientArgInfo != NULL ) in detail_SetupSoundImpl()821 ambientPriority = internal::BasicSound::GetAmbientPriority( *ambientArgInfo, soundId ); in detail_SetupSoundImpl()865 ambientArgInfo in detail_SetupSoundImpl()887 ambientArgInfo in detail_SetupSoundImpl()909 ambientArgInfo in detail_SetupSoundImpl()
440 internal::BasicSound::AmbientInfo* ambientArgInfo,479 internal::BasicSound::AmbientInfo* ambientArgInfo