| /NW4C-2.0.3/demos/lyt/multiArc/sources/ |
| D | main.cpp | 166 File arcLytBuf1 = nw::demo::Utility::LoadFile( in nnMain() 170 File arcLytBuf2 = nw::demo::Utility::LoadFile( in nnMain() 174 File arcLytBuf3 = nw::demo::Utility::LoadFile( in nnMain() 217 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 126 File file = nw::demo::Utility::LoadFile(&allocator, fileName, 128); in ReadArchiveFont() 191 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 231 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/texVram/sources/ |
| D | main.cpp | 217 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 251 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/extUserData/sources/ |
| D | main.cpp | 224 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 263 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 177 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 210 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 228 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 273 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/group/sources/ |
| D | main.cpp | 162 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 195 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/simple2/sources/ |
| D | main.cpp | 161 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 256 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 209 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 277 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 381 File resLayout = nw::demo::Utility::LoadFile( in nnMain() 415 File resource = nw::demo::Utility::LoadFile(&s_DeviceAllocator, resourcePath); in nnMain()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 129 ut::MoveArray<u8> buffer = nw::demo::Utility::LoadFile( allocator, shaderPath ); in InitializeShape() 346 …ut::MoveArray<u8> fontData = nw::demo::Utility::LoadFile( allocator, fontPath, nw::font::GlyphData… in InitializeFont() 347 ut::MoveArray<u8> fontShaderData = nw::demo::Utility::LoadFile( allocator, fontShaderPath ); in InitializeFont() 396 ut::MoveArray<u8> fontShaderData = nw::demo::Utility::LoadFile( allocator, fontShaderPath ); in InitializeFont()
|
| D | demo_Utility.cpp | 68 resourceSet.buffer = nw::demo::Utility::LoadFile(allocator, resourcePath, resourceAlignment); in LoadResources() 462 Utility::LoadFile( in LoadFile() function in nw::demo::Utility
|
| D | demo_Particle.cpp | 375 m_ShaderResource->buffer = nw::demo::Utility::LoadFile(m_ShaderAllocator, shaderFilePath); in InitializeShaderBinary()
|
| /NW4C-2.0.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 396 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 450 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 342 File fileLayout = nw::demo::Utility::LoadFile( in nnMain() 421 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundArchiveLoader.h | 316 void* LoadFile(
|
| /NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/ |
| D | GrRenderer.cpp | 138 nw::demo::Utility::LoadFile(m_DeviceAllocator, shaderFilePath ); in InitializeShader()
|
| /NW4C-2.0.3/demos/gfx/ResourceDemo/sources/ |
| D | ResourceDemo.cpp | 168 …s_ShaderResource->buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , SHADER_RESOURCE_FILE_N… in InitializeGraphics() 256 resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , name); in InitializeScenes()
|
| /NW4C-2.0.3/demos/gfx/DynamicMaterialDemo/sources/ |
| D | DynamicMaterialDemo.cpp | 423 s_LutResource.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , LUT_RESOURCE_FILE); in InitializeScenes() 429 … s_TextureResource.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator, TEXTURE_RESOURCE_FILE); in InitializeScenes()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Utility.h | 102 static ut::MoveArray<u8> LoadFile(
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchiveLoader.cpp | 242 fileAddress = LoadFile( fileId, pAllocator, loadBlockSize, needDeviceMemory ); in LoadImpl() 1143 void* SoundArchiveLoader::LoadFile( in LoadFile() function in nw::snd::internal::SoundArchiveLoader
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | GfxCtrl.cpp | 41 …resourceSet->buffer = nw::demo::Utility::LoadFile( deviceAllocator , resourcePath, RESOURCE_ALIGNM… in LoadResources()
|
| /NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 282 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 304 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 296 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|