| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | GfxCtrl.h | 66 SmModel* CreateModel( SmModel* parentModel, const wchar_t* resourcePath, GfxVramType vramType ); 69 SmParticle* CreateParticle( const wchar_t* resourcePath ); 72 void CreateSceneEnvironment( const wchar_t* resourcePath ); 75 void CreateCamera( const wchar_t* resourcePath );
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | GfxCtrl.cpp | 34 LoadResources( GfxCtrl::GfxResourceSet* resourceSet, const wchar_t* resourcePath, in LoadResources() argument 39 …resourceSet->buffer = nw::demo::Utility::LoadFile( deviceAllocator , resourcePath, RESOURCE_ALIGNM… in LoadResources() 189 GfxCtrl::CreateModel( SmModel* parentModel, const wchar_t* resourcePath, GfxVramType vramType ) in CreateModel() argument 191 NW_NULL_ASSERT( resourcePath ); in CreateModel() 198 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator, vramType ); in CreateModel() 339 GfxCtrl::CreateParticle( const wchar_t* resourcePath ) in CreateParticle() argument 343 NW_NULL_ASSERT( resourcePath ); in CreateParticle() 352 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateParticle() 456 GfxCtrl::CreateSceneEnvironment( const wchar_t* resourcePath ) in CreateSceneEnvironment() argument 465 LoadResources( &resSet, resourcePath, m_Allocator, m_DeviceAllocator ); in CreateSceneEnvironment() [all …]
|
| D | LytCtrl.cpp | 90 const wchar_t* resourcePath = 0; in LytCtrl() local 92 (resourcePath = m_GraphicsResource.GetResourcePath(i)) != NULL; in LytCtrl() 97 if (!file.Read(resourcePath, m_Allocator)) in LytCtrl()
|
| /NW4C-1.2.23/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 224 const wchar_t* resourcePath = 0; in nnMain() local 226 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 229 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/simple/sources/ |
| D | main.cpp | 285 const wchar_t* resourcePath = 0; in nnMain() local 287 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 291 if (!file.Read(resourcePath, demoApp.GetAllocator())) in nnMain()
|
| /NW4C-1.2.23/demos/lyt/extUserData/sources/ |
| D | main.cpp | 256 const wchar_t* resourcePath = 0; in nnMain() local 258 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 261 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/multiArc/sources/ |
| D | main.cpp | 210 const wchar_t* resourcePath = 0; in nnMain() local 212 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 215 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 203 const wchar_t* resourcePath = 0; in nnMain() local 205 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 208 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/simple2/sources/ |
| D | main.cpp | 249 const wchar_t* resourcePath = 0; in nnMain() local 251 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 254 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/group/sources/ |
| D | main.cpp | 188 const wchar_t* resourcePath = 0; in nnMain() local 190 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 193 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/perspective/sources/ |
| D | main.cpp | 266 const wchar_t* resourcePath = 0; in nnMain() local 268 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 271 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/bounding/sources/ |
| D | main.cpp | 270 const wchar_t* resourcePath = 0; in nnMain() local 272 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 275 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 408 const wchar_t* resourcePath = 0; in nnMain() local 410 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 413 File resource = nw::demo::Utility::LoadFile(&s_DeviceAllocator, resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/animShare/sources/ |
| D | main.cpp | 443 const wchar_t* resourcePath = 0; in nnMain() local 445 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 448 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 414 const wchar_t* resourcePath = 0; in nnMain() local 416 (resourcePath = graphicsResource.GetResourcePath(i)) != NULL; in nnMain() 419 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/ |
| D | LowLayerDemo.cpp | 273 LoadResources(const wchar_t* resourcePath) in LoadResources() argument 279 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_Utility.cpp | 38 Utility::LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* a… in LoadResources() argument 44 resourceSet.buffer = nw::demo::Utility::LoadFile(allocator, resourcePath, resourceAlignment); in LoadResources()
|
| /NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/ |
| D | ParticleLowLayerDemo.cpp | 287 LoadResources(const wchar_t* resourcePath) in LoadResources() argument 293 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/ |
| D | LowLayerAnimationDemo.cpp | 295 LoadResources(const wchar_t* resourcePath) in LoadResources() argument 301 …resourceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignm… in LoadResources()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_Utility.h | 98 …LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* allocator…
|