Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp44 const int MAX_FILE = 256; in SmInitializeGraphicsSystem() local
47 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY, false); in SmInitializeGraphicsSystem()
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.cpp43 const int MAX_FILE = 256; variable
142 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); 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/
DParticleLowLayerDemo.cpp43 const int MAX_FILE = 256; variable
150 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
152 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp43 const int MAX_FILE = 256; variable
152 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
155 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1141 const int MAX_FILE = 256; in InitializeGraphicsSystem() local
1144 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
1146 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()