Home
last modified time | relevance | path

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

12

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp60 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()
Ddemo_DebugUtility.cpp31 nw::demo::DemoAllocator* DebugUtility::s_DeviceAllocator = NULL;
32 nw::demo::DemoAllocator* DebugUtility::s_ParticleAllocator = NULL;
Ddemo_AutoTester.cpp448 nw::demo::DemoAllocator* deviceAllocator, in NotifyMemoryStatus()
449 nw::demo::DemoAllocator* particleAllocator, in NotifyMemoryStatus()
/NW4C-2.0.3/include/nw/demo/
Ddemo_Memory.h29 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
Ddemo_DebugUtility.h250 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;
Ddemo_SimpleApp.h161 nw::demo::DemoAllocator m_DeviceAllocator;
Ddemo_Utility.h791 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create()
818 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache()
841 nw::demo::DemoAllocator* m_Allocator;
Ddemo_GraphicsSystem.h68 class DemoAllocator; variable
660 void InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
/NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/
DGrRenderer.h68 nw::demo::DemoAllocator* deviceAllocator,
97 nw::demo::DemoAllocator* m_DeviceAllocator;
DGrRenderer.cpp105 nw::demo::DemoAllocator* deviceAllocator, in Initialize()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmRenderSystem.h165 void SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
170 void SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
/NW4C-2.0.3/demos/ut/SharedPtr/sources/
Dmain.cpp73 nw::demo::DemoAllocator allocator; in nnMain()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp31 SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmInitializeGraphicsSystem()
60 SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmFinalizeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp38 nw::demo::DemoAllocator s_DeviceAllocator;
39 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp39 nw::demo::DemoAllocator s_DeviceAllocator;
40 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp38 nw::demo::DemoAllocator s_DeviceAllocator;
39 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp50 nw::demo::DemoAllocator s_DeviceAllocator;
51 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-2.0.3/demos/gfx/SimpleDemo/sources/
DSimpleDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;

12