Home
last modified time | relevance | path

Searched refs:detail_AllocAmbientArg (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_Sound3DManager.h454 virtual void* detail_AllocAmbientArg( size_t argSize );
Dsnd_BasicSound.h465 virtual void* detail_AllocAmbientArg( size_t argSize ) = 0;
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DManager.cpp253 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg() function in nw::snd::Sound3DManager
Dsnd_BasicSound.cpp1010 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo()