Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/ut/SharedPtr/sources/
Dmain.cpp75 …nw::demo::InitializeDemoAllocator(&allocator, nw::demo::DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_… in nnMain()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Memory.h32 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp36 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
137 …nw::demo::InitializeDemoAllocator(&s_DeviceAllocator, DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_LI… in InitializeGraphicsSystem()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp39 …nw::demo::InitializeDemoAllocator(deviceAllocator, nw::demo::DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OP… in SmInitializeGraphicsSystem()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp36 const size_t DEMO_MEMORY_SIZE = 0x1000000; variable
145 …nw::demo::InitializeDemoAllocator(&s_DeviceAllocator, DEMO_MEMORY_SIZE, nn::os::ALLOCATE_OPTION_LI… in InitializeGraphicsSystem()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp36 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-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1109 …nw::demo::InitializeDemoAllocator(s_DeviceAllocator, nw::demo::DEMO_MEMORY_SIZE, nn::os::ALLOCATE_… in InitializeGraphicsSystem()