Searched refs:detail_AllocAmbientArg (Results 1 – 4 of 4) sorted by relevance
454 virtual void* detail_AllocAmbientArg( size_t argSize );
465 virtual void* detail_AllocAmbientArg( size_t argSize ) = 0;
253 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg() function in nw::snd::Sound3DManager
1010 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo()