Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp50 void* workingMemory = nw::demo::Alloc(workingMemorySize); in SmInitializeGraphicsSystem() local
51 …nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize, fa… in SmInitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp145 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() local
146 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp156 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() local
157 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp153 void* workingMemory = nw::demo::Alloc(workingMemorySize); in InitializeGraphicsSystem() local
154 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1153 void* workingMemory = Alloc(workingMemorySize); in InitializeGraphicsSystem() local
1154 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()