Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp115 m_ParamPool.Create( buffer, size ); in Initialize()
162 m_ParamPool.Destroy( m_pSoundParamPoolBuffer, m_SoundParamPoolBufferSize ); in Finalize()
258 return m_ParamPool.Alloc(); in detail_AllocAmbientArg()
276 m_ParamPool.Free( actorParam ); in detail_FreeAmbientArg()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DManager.h463 Sound3DParamPool m_ParamPool; variable