Home
last modified time | relevance | path

Searched refs:m_ParamPool (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DManager.cpp113 m_ParamPool.Create( buffer, size ); in Initialize()
160 m_ParamPool.Destroy( m_pSoundParamPoolBuffer, m_SoundParamPoolBufferSize ); in Finalize()
256 return m_ParamPool.Alloc(); in detail_AllocAmbientArg()
274 m_ParamPool.Free( actorParam ); in detail_FreeAmbientArg()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Sound3DManager.h460 Sound3DParamPool m_ParamPool; variable