Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DManager.h457 virtual void* detail_AllocAmbientArg( size_t argSize );
Dsnd_BasicSound.h488 virtual void* detail_AllocAmbientArg( size_t argSize ) = 0;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp255 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg() function in nw::snd::Sound3DManager
Dsnd_BasicSound.cpp1076 ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.argSize ); in SetAmbientInfo()