Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_DebugUtility.h214 s_ParticleAllocator, in PostInitializeScenes()
229 s_ParticleAllocator, in PreTerminateScenes()
253 s_ParticleAllocator = particleAllocator;
268 if (s_ParticleAllocator) in ResetMemoryLeakTester()
270 s_ParticleMemoryFreeSize = s_ParticleAllocator->GetFreeSize(); in ResetMemoryLeakTester()
289 if (s_ParticleAllocator) in TestMemoryLeak()
291 particleLeakSize = s_ParticleMemoryFreeSize - s_ParticleAllocator->GetFreeSize(); in TestMemoryLeak()
307 s_ParticleAllocator->Dump(); in TestMemoryLeak()
343 static nw::demo::DemoAllocator* s_ParticleAllocator; variable
/NW4C-1.3.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp35 nw::demo::DemoAllocator s_ParticleAllocator; variable
256 &s_ParticleAllocator, in BuildResources()
272 &s_ParticleAllocator, in BuildResources()
466 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
470 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
487 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp35 nw::demo::DemoAllocator s_ParticleAllocator; variable
223 &s_ParticleAllocator, in BuildResources()
240 &s_ParticleAllocator, in BuildResources()
537 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
541 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
556 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
491 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
495 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
510 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp35 nw::demo::DemoAllocator s_ParticleAllocator; variable
461 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
465 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
480 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp38 nw::demo::DemoAllocator s_ParticleAllocator; variable
511 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
515 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
530 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp49 nw::demo::DemoAllocator s_ParticleAllocator; variable
395 &s_ParticleAllocator, in BuildResources()
409 &s_ParticleAllocator, in BuildResources()
627 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
631 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
646 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
549 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
553 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
568 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp35 nw::demo::DemoAllocator s_ParticleAllocator; variable
558 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
562 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
577 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp35 nw::demo::DemoAllocator s_ParticleAllocator; variable
613 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
617 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
632 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp35 nw::demo::DemoAllocator s_ParticleAllocator; variable
570 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
574 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
589 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
954 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
958 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
973 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp30 nw::demo::DemoAllocator* DebugUtility::s_ParticleAllocator = NULL; member in nw::demo::DebugUtility