Searched refs:workingMemorySize (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 49 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY, false); in SmInitializeGraphicsSystem() local 50 void* workingMemory = nw::demo::Alloc(workingMemorySize); in SmInitializeGraphicsSystem() 51 …nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize, fa… in SmInitializeGraphicsSystem()
|
| /NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 154 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 155 NW_ASSERT(workingMemorySize != 0); in InitializeGraphicsSystem() 156 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() 157 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|
| /NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 144 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 145 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() 146 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|
| /NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 152 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 153 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() 154 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 1152 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 1153 void* workingMemory = Alloc(workingMemorySize); in InitializeGraphicsSystem() 1154 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|