Home
last modified time | relevance | path

Searched refs:LoadFile (Results 1 – 23 of 23) sorted by relevance

/NW4C-1.2.23/demos/lyt/multiArc/sources/
Dmain.cpp164 File arcLytBuf1 = nw::demo::Utility::LoadFile( in nnMain()
168 File arcLytBuf2 = nw::demo::Utility::LoadFile( in nnMain()
172 File arcLytBuf3 = nw::demo::Utility::LoadFile( in nnMain()
215 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp124 File file = nw::demo::Utility::LoadFile(&allocator, fileName, 128); in ReadArchiveFont()
189 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
229 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchiveLoader.h40 void* LoadFile(
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp222 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
261 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp175 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
208 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp159 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
254 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/group/sources/
Dmain.cpp160 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
193 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/perspective/sources/
Dmain.cpp226 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
271 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchiveLoader.cpp160 void* SoundArchiveLoader::LoadFile( in LoadFile() function in nw::snd::internal::SoundArchiveLoader
Dsnd_SoundDataManager.cpp237 fileAddress = loader.LoadFile( fileId, pAllocator, loadBlockSize, needDeviceMemory ); in LoadImpl()
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp207 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
275 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp379 File resLayout = nw::demo::Utility::LoadFile( in nnMain()
413 File resource = nw::demo::Utility::LoadFile(&s_DeviceAllocator, resourcePath); in nnMain()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp117 ut::MoveArray<u8> buffer = nw::demo::Utility::LoadFile( allocator, shaderPath ); in InitializeShader()
402 …ut::MoveArray<u8> fontData = nw::demo::Utility::LoadFile( allocator, fontPath, nw::font::GlyphData… in InitializeFont()
403 ut::MoveArray<u8> fontShaderData = nw::demo::Utility::LoadFile( allocator, fontShaderPath ); in InitializeFont()
Ddemo_Utility.cpp44 resourceSet.buffer = nw::demo::Utility::LoadFile(allocator, resourcePath, resourceAlignment); in LoadResources()
416 Utility::LoadFile( in LoadFile() function in nw::demo::Utility
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp394 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
448 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp340 File fileLayout = nw::demo::Utility::LoadFile( in nnMain()
419 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
/NW4C-1.2.23/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp173 …s_ShaderResource->buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , SHADER_RESOURCE_FILE_N… in InitializeGraphics()
261 resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , name); in InitializeScenes()
/NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp429 s_LutResource.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , LUT_RESOURCE_FILE); in InitializeScenes()
435 … s_TextureResource.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator, TEXTURE_RESOURCE_FILE); in InitializeScenes()
/NW4C-1.2.23/include/nw/demo/
Ddemo_Utility.h82 static ut::MoveArray<u8> LoadFile(
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DGfxCtrl.cpp39 …resourceSet->buffer = nw::demo::Utility::LoadFile( deviceAllocator , resourcePath, RESOURCE_ALIGNM… in LoadResources()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp279 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp293 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp301 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()