Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 – 20 of 20) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/include/
DGfxCtrl.h66 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/
DGfxCtrl.cpp34 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 …]
DLytCtrl.cpp90 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/
Dmain.cpp224 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/
Dmain.cpp285 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/
Dmain.cpp256 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/
Dmain.cpp210 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/
Dmain.cpp203 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/
Dmain.cpp249 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/
Dmain.cpp188 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/
Dmain.cpp266 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/
Dmain.cpp270 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/
Dmain.cpp408 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/
Dmain.cpp443 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/
Dmain.cpp414 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/
DLowLayerDemo.cpp273 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/
Ddemo_Utility.cpp38 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/
DParticleLowLayerDemo.cpp287 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/
DLowLayerAnimationDemo.cpp295 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/
Ddemo_Utility.h98 …LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* allocator…