Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DGfxCtrl.h68 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/
DGfxCtrl.cpp36 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 …]
DLytCtrl.cpp92 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/
Dmain.cpp287 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/
Dmain.cpp246 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/
Dmain.cpp258 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/
Dmain.cpp205 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/
Dmain.cpp226 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/
Dmain.cpp212 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/
Dmain.cpp268 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/
Dmain.cpp190 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/
Dmain.cpp251 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/
Dmain.cpp272 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/
Dmain.cpp410 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/
Dmain.cpp445 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/
Dmain.cpp416 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/
DLowLayerDemo.cpp276 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/
DLowLayerAnimationDemo.cpp298 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/
Ddemo_Utility.cpp62 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/
DParticleLowLayerDemo.cpp290 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/
Ddemo_Utility.h118 …LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* allocator…