Home
last modified time | relevance | path

Searched refs:DemoAllocator (Results 1 – 25 of 40) sorted by relevance

12

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Memory.cpp58 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()
Ddemo_DebugUtility.cpp29 nw::demo::DemoAllocator* DebugUtility::s_DeviceAllocator = NULL;
30 nw::demo::DemoAllocator* DebugUtility::s_ParticleAllocator = NULL;
Ddemo_AutoTester.cpp446 nw::demo::DemoAllocator* deviceAllocator, in NotifyMemoryStatus()
447 nw::demo::DemoAllocator* particleAllocator, in NotifyMemoryStatus()
Ddemo_GraphicsSystem.cpp72 nw::demo::DemoAllocator* s_DeviceAllocator;
1097 InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in InitializeGraphicsSystem()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Memory.h27 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
Ddemo_DebugUtility.h248 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;
Ddemo_SimpleApp.h159 nw::demo::DemoAllocator m_DeviceAllocator;
Ddemo_Utility.h789 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create()
816 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache()
839 nw::demo::DemoAllocator* m_Allocator;
Ddemo_GraphicsSystem.h66 class DemoAllocator; variable
656 void InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmRenderSystem.h163 void SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
168 void SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
/NW4C-1.3.3/demos/ut/SharedPtr/sources/
Dmain.cpp71 nw::demo::DemoAllocator allocator; in nnMain()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp29 SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmInitializeGraphicsSystem()
58 SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmFinalizeGraphicsSystem()
/NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp37 nw::demo::DemoAllocator s_DeviceAllocator;
38 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp48 nw::demo::DemoAllocator s_DeviceAllocator;
49 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.3.3/demos/gfx/SimpleDemo/sources/
DSimpleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
/NW4C-1.3.3/demos/lyt/orthoStereo/sources/
Dmain.cpp46 nw::demo::DemoAllocator s_DeviceAllocator;
/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;

12