| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | GfxCtrl.h | 68 SmModel* CreateModel( SmModel* parentModel, const wchar_t* resourcePath, GfxVramType vramType ); 71 SmParticle* CreateParticle( const wchar_t* resourcePath, GfxVramType vramType ); 74 void CreateSceneEnvironment( const wchar_t* resourcePath ); 77 void CreateCamera( const wchar_t* resourcePath );
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | GfxCtrl.cpp | 36 LoadResources( GfxCtrl::GfxResourceSet* resourceSet, const wchar_t* resourcePath, in LoadResources() argument 41 …resourceSet->buffer = nw::demo::Utility::LoadFile( deviceAllocator , resourcePath, RESOURCE_ALIGNM… in LoadResources() 191 GfxCtrl::CreateModel( SmModel* parentModel, const wchar_t* resourcePath, GfxVramType vramType ) in CreateModel() argument 193 NW_NULL_ASSERT( resourcePath ); in CreateModel() 200 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator, vramType ); in CreateModel() 341 GfxCtrl::CreateParticle( const wchar_t* resourcePath, GfxVramType vramType ) in CreateParticle() argument 345 NW_NULL_ASSERT( resourcePath ); in CreateParticle() 354 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator, vramType ); in CreateParticle() 458 GfxCtrl::CreateSceneEnvironment( const wchar_t* resourcePath ) in CreateSceneEnvironment() argument 467 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateSceneEnvironment() [all …]
|
| D | LytCtrl.cpp | 92 const wchar_t* resourcePath = 0; in LytCtrl() local 94 (resourcePath = m_GraphicsResource.GetResourcePath(i)) != NULL; in LytCtrl() 99 if (!file.Read(resourcePath, m_Allocator)) in LytCtrl()
|
| /NW4C-2.0.3/demos/lyt/simple/sources/ |
| D | main.cpp | 287 const wchar_t* resourcePath = 0; in nnMain() local 289 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 293 if (!file.Read(resourcePath, demoApp.GetAllocator())) in nnMain()
|
| /NW4C-2.0.3/demos/lyt/texVram/sources/ |
| D | main.cpp | 246 const wchar_t* resourcePath = 0; in nnMain() local 248 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 258 const wchar_t* resourcePath = 0; in nnMain() local 260 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 205 const wchar_t* resourcePath = 0; in nnMain() local 207 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 210 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 226 const wchar_t* resourcePath = 0; in nnMain() local 228 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 231 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/multiArc/sources/ |
| D | main.cpp | 212 const wchar_t* resourcePath = 0; in nnMain() local 214 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 217 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 268 const wchar_t* resourcePath = 0; in nnMain() local 270 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 190 const wchar_t* resourcePath = 0; in nnMain() local 192 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 251 const wchar_t* resourcePath = 0; in nnMain() local 253 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 272 const wchar_t* resourcePath = 0; in nnMain() local 274 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 410 const wchar_t* resourcePath = 0; in nnMain() local 412 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 415 File resource = nw::demo::Utility::LoadFile(&s_DeviceAllocator, resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 445 const wchar_t* resourcePath = 0; in nnMain() local 447 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; 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 | 416 const wchar_t* resourcePath = 0; in nnMain() local 418 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 421 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 276 LoadResources(const wchar_t* resourcePath) in LoadResources() argument 282 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 298 LoadResources(const wchar_t* resourcePath) in LoadResources() argument 304 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Utility.cpp | 62 Utility::LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* a… in LoadResources() argument 68 resourceSet.buffer = nw::demo::Utility::LoadFile(allocator, resourcePath, resourceAlignment); in LoadResources()
|
| /NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 290 LoadResources(const wchar_t* resourcePath) in LoadResources() argument 296 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Utility.h | 118 …LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* allocator…
|