Lines Matching refs:particleAllocator
172 nw::demo::DemoAllocator* particleAllocator in ResetMemoryLeakTester() argument
176 if (particleAllocator) in ResetMemoryLeakTester()
178 s_ParticleMemoryFreeSize = particleAllocator->GetFreeSize(); in ResetMemoryLeakTester()
196 nw::demo::DemoAllocator* particleAllocator in TestMemoryLeak() argument
203 if (particleAllocator) in TestMemoryLeak()
205 particleLeakSize = s_ParticleMemoryFreeSize - particleAllocator->GetFreeSize(); in TestMemoryLeak()
221 particleAllocator->Dump(); in TestMemoryLeak()
556 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop() argument
562 m_ParticleAllocator(particleAllocator), in DemoTestLoop()
602 #define NW_DEMO_TEST_LOOP(deviceAllocator, particleAllocator, renderSystem) … argument
604 …nw::demo::internal::DemoTestLoop demoTestLoop(deviceAllocator, particleAllocator, renderSystem, NU…