Searched refs:ambientArgInfo (Results 1 – 3 of 3) sorted by relevance
1064 void BasicSound::SetAmbientInfo( const AmbientInfo& ambientArgInfo ) in SetAmbientInfo() argument1067 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()
702 internal::BasicSound::AmbientInfo* ambientArgInfo in AllocSound() argument715 if ( ambientArgInfo != NULL ) in AllocSound()717 sound->SetAmbientInfo( *ambientArgInfo ); in AllocSound()764 internal::BasicSound::AmbientInfo* ambientArgInfo, in detail_SetupSoundImpl() argument831 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()
448 internal::BasicSound::AmbientInfo* ambientArgInfo,487 internal::BasicSound::AmbientInfo* ambientArgInfo