Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_DebugUtility.h172 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
[all …]