Home
last modified time | relevance | path

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

/NW4C-1.3.3/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.3.3/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.3.3/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.3.3/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.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1114 const int MAX_FILE = 256; in InitializeGraphicsSystem() local
1117 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
1119 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()