Home
last modified time | relevance | path

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

12

/NW4C-1.2.23/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::GetMemoryBlockSize(void* address) in GetMemoryBlockSize()
173 DemoAllocator::Dump() in Dump()
Ddemo_GraphicsSystem.cpp73 nw::demo::DemoAllocator* s_DeviceAllocator;
1124 InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in InitializeGraphicsSystem()
/NW4C-1.2.23/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.h171 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;
Ddemo_SimpleApp.h159 nw::demo::DemoAllocator m_DeviceAllocator;
Ddemo_Utility.h748 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create()
775 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache()
798 nw::demo::DemoAllocator* m_Allocator;
Ddemo_GraphicsSystem.h66 class DemoAllocator; variable
646 void InitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmRenderSystem.h186 void SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
191 void SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator);
/NW4C-1.2.23/demos/ut/SharedPtr/sources/
Dmain.cpp71 nw::demo::DemoAllocator allocator; in nnMain()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp29 SmInitializeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmInitializeGraphicsSystem()
58 SmFinalizeGraphicsSystem(nw::demo::DemoAllocator* deviceAllocator) in SmFinalizeGraphicsSystem()
/NW4C-1.2.23/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp37 nw::demo::DemoAllocator s_DeviceAllocator;
38 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleMultiEmitterDemo/sources/
DParticleMultiEmitterDemo.cpp37 nw::demo::DemoAllocator s_DeviceAllocator;
38 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleMultiModelDemo/sources/
DParticleMultiModelDemo.cpp38 nw::demo::DemoAllocator s_DeviceAllocator;
39 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
35 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp48 nw::demo::DemoAllocator s_DeviceAllocator;
49 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/gfx/SimpleDemo/sources/
DSimpleDemo.cpp34 nw::demo::DemoAllocator s_DeviceAllocator;
/NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
37 nw::demo::DemoAllocator s_ParticleAllocator;
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp46 nw::demo::DemoAllocator s_DeviceAllocator;
/NW4C-1.2.23/demos/gfx/PartialAnimationDemo/sources/
DPartialAnimationDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;
/NW4C-1.2.23/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp36 nw::demo::DemoAllocator s_DeviceAllocator;

12