Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp255 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg() argument
257 if ( argSize != sizeof( Sound3DParam ) ) return NULL; in detail_AllocAmbientArg()
Dsnd_BasicSound.cpp74 m_AmbientInfo.argSize = 0; in Initialize()
1076 ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.argSize ); in SetAmbientInfo()
1082 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h251 unsigned long argSize; member
488 virtual void* detail_AllocAmbientArg( size_t argSize ) = 0;
Dsnd_Sound3DManager.h457 virtual void* detail_AllocAmbientArg( size_t argSize );