| /NW4C-1.3.3/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::GetTotalSize() in GetTotalSize() 173 DemoAllocator::GetMemoryBlockSize(void* address) in GetMemoryBlockSize() 180 DemoAllocator::Dump() in Dump()
|
| D | demo_DebugUtility.cpp | 29 nw::demo::DemoAllocator* DebugUtility::s_DeviceAllocator = NULL; 30 nw::demo::DemoAllocator* DebugUtility::s_ParticleAllocator = NULL;
|
| D | demo_AutoTester.cpp | 446 nw::demo::DemoAllocator* deviceAllocator, in NotifyMemoryStatus() 447 nw::demo::DemoAllocator* particleAllocator, in NotifyMemoryStatus()
|
| D | demo_GraphicsSystem.cpp | 72 nw::demo::DemoAllocator* s_DeviceAllocator; 1097 InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in InitializeGraphicsSystem()
|
| /NW4C-1.3.3/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 | 248 nw::demo::DemoAllocator* deviceAllocator, 249 nw::demo::DemoAllocator* particleAllocator = NULL 342 static nw::demo::DemoAllocator* s_DeviceAllocator; 343 static nw::demo::DemoAllocator* s_ParticleAllocator; 411 nw::demo::DemoAllocator* deviceAllocator, 412 nw::demo::DemoAllocator* particleAllocator, 683 nw::demo::DemoAllocator* deviceAllocator, in DemoTestLoop() 684 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop() 729 nw::demo::DemoAllocator* m_DeviceAllocator; 730 nw::demo::DemoAllocator* m_ParticleAllocator;
|
| D | demo_SimpleApp.h | 159 nw::demo::DemoAllocator m_DeviceAllocator;
|
| D | demo_Utility.h | 789 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create() 816 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache() 839 nw::demo::DemoAllocator* m_Allocator;
|
| D | demo_GraphicsSystem.h | 66 class DemoAllocator; variable 656 void InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
|
| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | SmRenderSystem.h | 163 void SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator); 168 void SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
|
| /NW4C-1.3.3/demos/ut/SharedPtr/sources/ |
| D | main.cpp | 71 nw::demo::DemoAllocator allocator; in nnMain()
|
| /NW4C-1.3.3/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 29 SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmInitializeGraphicsSystem() 58 SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmFinalizeGraphicsSystem()
|
| /NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/ |
| D | ParticleCtrlEmissionDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleRecycleDemo/sources/ |
| D | ParticleRecycleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 37 nw::demo::DemoAllocator s_DeviceAllocator; 38 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleApplicationDemo/sources/ |
| D | ParticleApplicationDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleScaleDemo/sources/ |
| D | ParticleScaleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleDemo/sources/ |
| D | ParticleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleCombinationNodeDemo/sources/ |
| D | ParticleCombinationNodeDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/ |
| D | ParticleMissileDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator; 35 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 48 nw::demo::DemoAllocator s_DeviceAllocator; 49 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-1.3.3/demos/gfx/SimpleDemo/sources/ |
| D | SimpleDemo.cpp | 34 nw::demo::DemoAllocator s_DeviceAllocator;
|
| /NW4C-1.3.3/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 46 nw::demo::DemoAllocator s_DeviceAllocator;
|
| /NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/ |
| D | ConstraintDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|