Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DManager.cpp253 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg() argument
255 if ( argSize != sizeof( Sound3DParam ) ) return NULL; in detail_AllocAmbientArg()
Dsnd_BasicSound.cpp72 m_AmbientInfo.argSize = 0; in Initialize()
1010 …ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.argSize ); in SetAmbientInfo()
1015 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h249 unsigned long argSize; member
465 virtual void* detail_AllocAmbientArg( size_t argSize ) = 0;
Dsnd_Sound3DManager.h454 virtual void* detail_AllocAmbientArg( size_t argSize );