Home
last modified time | relevance | path

Searched refs:ambientArgInfo (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp1071 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo() argument
1074 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()
Dsnd_SoundArchivePlayer.cpp704 internal::BasicSound::AmbientInfo* ambientArgInfo in AllocSound() argument
717 if ( ambientArgInfo != NULL ) in AllocSound()
719 sound->SetAmbientInfo( *ambientArgInfo ); in AllocSound()
766 internal::BasicSound::AmbientInfo* ambientArgInfo, in detail_SetupSoundImpl() argument
833 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()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h476 internal::BasicSound::AmbientInfo* ambientArgInfo,
515 internal::BasicSound::AmbientInfo* ambientArgInfo