Searched refs:workingMemorySize (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 47 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY, false); in SmInitializeGraphicsSystem() local 48 void* workingMemory = nw::demo::Alloc(workingMemorySize); in SmInitializeGraphicsSystem() 49 …nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize, fa… in SmInitializeGraphicsSystem()
|
| /NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 152 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 153 NW_ASSERT(workingMemorySize != 0); in InitializeGraphicsSystem() 154 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() 155 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|
| /NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 142 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 143 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() 144 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|
| /NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 150 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 151 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() 152 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 1144 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem() local 1145 void* workingMemory = Alloc(workingMemorySize); in InitializeGraphicsSystem() 1146 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
|