Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp1006 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo() argument
1009 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()
Dsnd_SoundArchivePlayer.cpp690 internal::BasicSound::AmbientInfo* ambientArgInfo in AllocSound() argument
703 if ( ambientArgInfo != NULL ) in AllocSound()
705 sound->SetAmbientInfo( *ambientArgInfo ); in AllocSound()
752 internal::BasicSound::AmbientInfo* ambientArgInfo, in detail_SetupSoundImpl() argument
819 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()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchivePlayer.h440 internal::BasicSound::AmbientInfo* ambientArgInfo,
479 internal::BasicSound::AmbientInfo* ambientArgInfo