Home
last modified time | relevance | path

Searched refs:DEMO_MEMORY_SIZE (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/demos/ut/SharedPtr/sources/
Dmain.cpp77 …nw::demo::InitializeDemoAllocator(&allocator, nw::demo::DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_… in nnMain()
/NW4C-2.0.3/include/nw/demo/
Ddemo_Memory.h34 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp38 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
139 …nw::demo::InitializeDemoAllocator(&s_DeviceAllocator, DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_LI… in InitializeGraphicsSystem()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp41 …nw::demo::InitializeDemoAllocator(deviceAllocator, nw::demo::DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OP… in SmInitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp38 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
149 …nw::demo::InitializeDemoAllocator(&s_DeviceAllocator, DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_LI… in InitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp38 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
147 …nw::demo::InitializeDemoAllocator(&s_DeviceAllocator, DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_LI… in InitializeGraphicsSystem()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1144 …nw::demo::InitializeDemoAllocator(s_DeviceAllocator, nw::demo::DEMO_MEMORY_SIZE, nn::os::ALLOCATE_… in InitializeGraphicsSystem()