Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h251 nw::demo::DemoAllocator* particleAllocator = NULL
255 s_ParticleAllocator = particleAllocator;
414 nw::demo::DemoAllocator* particleAllocator,
686 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop() argument
692 m_ParticleAllocator(particleAllocator), in DemoTestLoop()
743 #define NW_DEMO_TEST_LOOP(deviceAllocator, particleAllocator, renderSystem) … argument
745 …nw::demo::internal::DemoTestLoop demoTestLoop(deviceAllocator, particleAllocator, renderSystem, NU…
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_AutoTester.cpp449 nw::demo::DemoAllocator* particleAllocator, in NotifyMemoryStatus() argument
461 if (particleAllocator) in NotifyMemoryStatus()
463 … data.particleMemoryUsed = particleAllocator->GetTotalSize() - particleAllocator->GetFreeSize(); in NotifyMemoryStatus()