Home
last modified time | relevance | path

Searched refs:workingMemory (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp48 void* workingMemory = nw::demo::Alloc(workingMemorySize); in SmInitializeGraphicsSystem() local
49 …nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize, fa… in SmInitializeGraphicsSystem()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp143 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() local
144 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp151 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() local
152 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp154 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() local
155 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1145 void* workingMemory = Alloc(workingMemorySize); in InitializeGraphicsSystem() local
1146 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()