Searched refs:argSize (Results 1 – 4 of 4) sorted by relevance
255 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg() argument257 if ( argSize != sizeof( Sound3DParam ) ) return NULL; in detail_AllocAmbientArg()
74 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()
251 unsigned long argSize; member488 virtual void* detail_AllocAmbientArg( size_t argSize ) = 0;
457 virtual void* detail_AllocAmbientArg( size_t argSize );