Home
last modified time | relevance | path

Searched refs:m_MainAllocator (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Particle.cpp102 os::IAllocator* allocator = this->m_MainAllocator; in Destroy()
231 .Create(this->m_MainAllocator); in Allocate()
235 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(this->m_MainAllocator); in Allocate()
242 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
256 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in Allocate()
303 .Create(this->m_MainAllocator); in CreateMultiEmitterParticleHandle()
307 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(this->m_MainAllocator); in CreateMultiEmitterParticleHandle()
314 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in CreateMultiEmitterParticleHandle()
331 .CreateObject(this->m_MainAllocator, this->m_DeviceAllocator); in CreateMultiEmitterParticleHandle()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Particle.h556 m_MainAllocator(mainAllocator), in ParticleEffect()
762 os::IAllocator* m_MainAllocator; variable