| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Memory.cpp | 60 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator() 69 FinalizeDemoAllocator( DemoAllocator* allocator ) in FinalizeDemoAllocator() 146 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() 154 DemoAllocator::Finalize() in Finalize() 161 DemoAllocator::GetFreeSize() in GetFreeSize() 168 DemoAllocator::GetTotalSize() in GetTotalSize() 175 DemoAllocator::GetMemoryBlockSize(void* address) in GetMemoryBlockSize() 182 DemoAllocator::Dump() in Dump()
|
| D | demo_DebugUtility.cpp | 31 nw::demo::DemoAllocator* DebugUtility::s_DeviceAllocator = NULL; 32 nw::demo::DemoAllocator* DebugUtility::s_ParticleAllocator = NULL;
|
| D | demo_AutoTester.cpp | 448 nw::demo::DemoAllocator* deviceAllocator, in NotifyMemoryStatus() 449 nw::demo::DemoAllocator* particleAllocator, in NotifyMemoryStatus()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Memory.h | 29 class DemoAllocator; variable 49 void InitializeDemoAllocator(DemoAllocator* allocator, size_t size, bit32 option = 0 ); 55 void FinalizeDemoAllocator(DemoAllocator* allocator); 102 class DemoAllocator : public nw::os::IAllocator 106 DemoAllocator() in DemoAllocator() function
|
| D | demo_DebugUtility.h | 250 nw::demo::DemoAllocator* deviceAllocator, 251 nw::demo::DemoAllocator* particleAllocator = NULL 344 static nw::demo::DemoAllocator* s_DeviceAllocator; 345 static nw::demo::DemoAllocator* s_ParticleAllocator; 413 nw::demo::DemoAllocator* deviceAllocator, 414 nw::demo::DemoAllocator* particleAllocator, 685 nw::demo::DemoAllocator* deviceAllocator, in DemoTestLoop() 686 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop() 731 nw::demo::DemoAllocator* m_DeviceAllocator; 732 nw::demo::DemoAllocator* m_ParticleAllocator;
|
| D | demo_SimpleApp.h | 161 nw::demo::DemoAllocator m_DeviceAllocator;
|
| D | demo_Utility.h | 791 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create() 818 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache() 841 nw::demo::DemoAllocator* m_Allocator;
|
| D | demo_GraphicsSystem.h | 68 class DemoAllocator; variable 660 void InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
|
| /NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/ |
| D | GrRenderer.h | 68 nw::demo::DemoAllocator* deviceAllocator, 97 nw::demo::DemoAllocator* m_DeviceAllocator;
|
| D | GrRenderer.cpp | 105 nw::demo::DemoAllocator* deviceAllocator, in Initialize()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | SmRenderSystem.h | 165 void SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator); 170 void SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
|
| /NW4C-2.0.3/demos/ut/SharedPtr/sources/ |
| D | main.cpp | 73 nw::demo::DemoAllocator allocator; in nnMain()
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 31 SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmInitializeGraphicsSystem() 60 SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmFinalizeGraphicsSystem()
|
| /NW4C-2.0.3/demos/gfx/ParticleRecycleDemo/sources/ |
| D | ParticleRecycleDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/ |
| D | ParticleCtrlEmissionDemo.cpp | 38 nw::demo::DemoAllocator s_DeviceAllocator; 39 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 39 nw::demo::DemoAllocator s_DeviceAllocator; 40 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleCombinationNodeDemo/sources/ |
| D | ParticleCombinationNodeDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleApplicationDemo/sources/ |
| D | ParticleApplicationDemo.cpp | 38 nw::demo::DemoAllocator s_DeviceAllocator; 39 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleScaleDemo/sources/ |
| D | ParticleScaleDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleDemo/sources/ |
| D | ParticleDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/ |
| D | ParticleMissileDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/ |
| D | ParticleDropFrameDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator; 37 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 50 nw::demo::DemoAllocator s_DeviceAllocator; 51 nw::demo::DemoAllocator s_ParticleAllocator;
|
| /NW4C-2.0.3/demos/gfx/SimpleDemo/sources/ |
| D | SimpleDemo.cpp | 36 nw::demo::DemoAllocator s_DeviceAllocator;
|