Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_InstancePool.h35 u32 CreateImpl( void* buffer, size_t size, u32 objSize );
71 return CreateImpl( buffer, size, objSize ); in Create()
148 return CreateImpl( buffer, size, objSize ); in Create()
Dsnd_SoundThread.h177 bool CreateImpl( bool enableGetTick );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundThread.cpp131 bool SoundThread::CreateImpl( bool enableGetTick ) in CreateImpl() function in nw::snd::internal::driver::SoundThread
160 bool createImplResult = CreateImpl( isEnableGetTick ); in CreateSoundThread()
202 bool createImplResult = CreateImpl( isEnableGetTick ); in CreateSoundThread()
249 bool createImplResult = CreateImpl( enableGetTick ); in Create()
Dsnd_InstancePool.cpp37 u32 PoolImpl::CreateImpl( void* buffer, size_t size, u32 objSize ) in CreateImpl() function in nw::snd::internal::PoolImpl