Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp70 m_AmbientInfo.argAllocatorCallback = NULL; in Initialize()
189 if ( m_AmbientInfo.argAllocatorCallback != NULL ) in Finalize()
191 m_AmbientInfo.argAllocatorCallback->detail_FreeAmbientArg( m_AmbientInfo.arg, this ); in Finalize()
1009 NW_NULL_ASSERT( ambientArgInfo.argAllocatorCallback ); in SetAmbientInfo()
1010 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h247 AmbientArgAllocatorCallback* argAllocatorCallback; member
343 void ClearAmbientArgAllocatorCallback() { m_AmbientInfo.argAllocatorCallback = NULL; } in ClearAmbientArgAllocatorCallback()