Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h216 s_ParticleAllocator, in PostInitializeScenes()
231 s_ParticleAllocator, in PreTerminateScenes()
255 s_ParticleAllocator = particleAllocator;
270 if (s_ParticleAllocator) in ResetMemoryLeakTester()
272 s_ParticleMemoryFreeSize = s_ParticleAllocator->GetFreeSize(); in ResetMemoryLeakTester()
291 if (s_ParticleAllocator) in TestMemoryLeak()
293 particleLeakSize = s_ParticleMemoryFreeSize - s_ParticleAllocator->GetFreeSize(); in TestMemoryLeak()
309 s_ParticleAllocator->Dump(); in TestMemoryLeak()
345 static nw::demo::DemoAllocator* s_ParticleAllocator; variable
/NW4C-2.0.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
258 &s_ParticleAllocator, in BuildResources()
274 &s_ParticleAllocator, in BuildResources()
468 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
472 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
489 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
267 &s_ParticleAllocator, in BuildResources()
283 &s_ParticleAllocator, in BuildResources()
508 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
512 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
529 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
225 &s_ParticleAllocator, in BuildResources()
242 &s_ParticleAllocator, in BuildResources()
539 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
543 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
558 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
463 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
467 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
482 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp39 nw::demo::DemoAllocator s_ParticleAllocator; variable
493 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
497 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
512 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp40 nw::demo::DemoAllocator s_ParticleAllocator; variable
513 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
517 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
532 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp51 nw::demo::DemoAllocator s_ParticleAllocator; variable
397 &s_ParticleAllocator, in BuildResources()
411 &s_ParticleAllocator, in BuildResources()
629 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
633 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
648 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
615 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
619 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
634 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp39 nw::demo::DemoAllocator s_ParticleAllocator; variable
551 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
555 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
570 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
560 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
564 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
579 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp37 nw::demo::DemoAllocator s_ParticleAllocator; variable
572 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
576 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
591 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp39 nw::demo::DemoAllocator s_ParticleAllocator; variable
959 nw::demo::InitializeDemoAllocator(&s_ParticleAllocator, nw::demo::DEMO_PARTICLE_MEMORY_SIZE); in nnMain()
963 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
978 nw::demo::FinalizeDemoAllocator(&s_ParticleAllocator); in nnMain()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp32 nw::demo::DemoAllocator* DebugUtility::s_ParticleAllocator = NULL; member in nw::demo::DebugUtility