Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp1064 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo() argument
1067 NW_NULL_ASSERT( ambientArgInfo.argAllocatorCallback ); in SetAmbientInfo()
1068 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo()
1073 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()
1076 m_AmbientInfo = ambientArgInfo; in SetAmbientInfo()
Dsnd_SoundArchivePlayer.cpp702 internal::BasicSound::AmbientInfo* ambientArgInfo in AllocSound() argument
715 if ( ambientArgInfo != NULL ) in AllocSound()
717 sound->SetAmbientInfo( *ambientArgInfo ); in AllocSound()
764 internal::BasicSound::AmbientInfo* ambientArgInfo, in detail_SetupSoundImpl() argument
831 if ( ambientArgInfo != NULL ) in detail_SetupSoundImpl()
833 ambientPriority = internal::BasicSound::GetAmbientPriority( *ambientArgInfo, soundId ); in detail_SetupSoundImpl()
877 ambientArgInfo in detail_SetupSoundImpl()
899 ambientArgInfo in detail_SetupSoundImpl()
921 ambientArgInfo in detail_SetupSoundImpl()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h448 internal::BasicSound::AmbientInfo* ambientArgInfo,
487 internal::BasicSound::AmbientInfo* ambientArgInfo