| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_Memory.cpp | 58 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator() 67 FinalizeDemoAllocator( DemoAllocator* allocator ) in FinalizeDemoAllocator() 144 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() 152 DemoAllocator::Finalize() in Finalize() 159 DemoAllocator::GetFreeSize() in GetFreeSize() 166 DemoAllocator::GetMemoryBlockSize(void* address) in GetMemoryBlockSize() 173 DemoAllocator::Dump() in Dump()
|
| D | demo_GraphicsSystem.cpp | 73 nw::demo::DemoAllocator* s_DeviceAllocator; 1124 InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in InitializeGraphicsSystem()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_Memory.h | 27 class DemoAllocator; variable 47 void InitializeDemoAllocator(DemoAllocator* allocator, size_t size, bit32 option = 0 ); 53 void FinalizeDemoAllocator(DemoAllocator* allocator); 98 class DemoAllocator : public nw::os::IAllocator 102 DemoAllocator() in DemoAllocator() function
|
| D | demo_DebugUtility.h | 171 nw::demo::DemoAllocator* deviceAllocator, in ResetMemoryLeakTester() 172 nw::demo::DemoAllocator* particleAllocator in ResetMemoryLeakTester() 195 nw::demo::DemoAllocator* deviceAllocator, in TestMemoryLeak() 196 nw::demo::DemoAllocator* particleAllocator in TestMemoryLeak() 555 nw::demo::DemoAllocator* deviceAllocator, in DemoTestLoop() 556 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop() 591 nw::demo::DemoAllocator* m_DeviceAllocator; 592 nw::demo::DemoAllocator* m_ParticleAllocator;
|
| D | demo_SimpleApp.h | 159 nw::demo::DemoAllocator m_DeviceAllocator;
|
| D | demo_Utility.h | 748 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create() 775 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache() 798 nw::demo::DemoAllocator* m_Allocator;
|
| D | demo_GraphicsSystem.h | 66 class DemoAllocator; variable 646 void InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | SmRenderSystem.h | 186 void SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator); 191 void SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
|
| /NW4C-1.2.23/demos/ut/SharedPtr/sources/ |
| D | main.cpp | 71 nw::demo::DemoAllocator allocator; in nnMain()
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 29 SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmInitializeGraphicsSystem() 58 SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmFinalizeGraphicsSystem()
|
| /NW4C-1.2.23/demos/gfx/ParticleCtrlEmissionDemo/sources/ |
| D | ParticleCtrlEmissionDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleRecycleDemo/sources/ |
| D | ParticleRecycleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 37 nw::demo::DemoAllocator s_DeviceAllocator; 38 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleScaleDemo/sources/ |
| D | ParticleScaleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleApplicationDemo/sources/ |
| D | ParticleApplicationDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleMultiEmitterDemo/sources/ |
| D | ParticleMultiEmitterDemo.cpp | 37 nw::demo::DemoAllocator s_DeviceAllocator; 38 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleDemo/sources/ |
| D | ParticleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleMultiModelDemo/sources/ |
| D | ParticleMultiModelDemo.cpp | 38 nw::demo::DemoAllocator s_DeviceAllocator; 39 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 48 nw::demo::DemoAllocator s_DeviceAllocator; 49 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/gfx/SimpleDemo/sources/ |
| D | SimpleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator;
|
| /NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/ |
| D | ConstraintDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.2.23/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 46 nw::demo::DemoAllocator s_DeviceAllocator;
|
| /NW4C-1.2.23/demos/gfx/PartialAnimationDemo/sources/ |
| D | PartialAnimationDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator;
|
| /NW4C-1.2.23/demos/gfx/AnimationDemo/sources/ |
| D | AnimationDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator;
|