Home
last modified time | relevance | path

Searched defs:resourcePath (Results 1 – 18 of 18) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DGfxCtrl.cpp34 LoadResources( GfxCtrl::GfxResourceSet* resourceSet, const wchar_t* resourcePath, in LoadResources()
189 GfxCtrl::CreateModel( SmModel* parentModel, const wchar_t* resourcePath, GfxVramType vramType ) in CreateModel()
339 GfxCtrl::CreateParticle( const wchar_t* resourcePath ) in CreateParticle()
456 GfxCtrl::CreateSceneEnvironment( const wchar_t* resourcePath ) in CreateSceneEnvironment()
577 GfxCtrl::CreateCamera( const wchar_t* resourcePath ) in CreateCamera()
DLytCtrl.cpp90 const wchar_t* resourcePath = 0; in LytCtrl() local
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp203 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/multiArc/sources/
Dmain.cpp210 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp224 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp256 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/simple/sources/
Dmain.cpp285 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp249 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/group/sources/
Dmain.cpp188 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/perspective/sources/
Dmain.cpp266 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp270 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp408 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp443 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp414 const wchar_t* resourcePath = 0; in nnMain() local
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp273 LoadResources(const wchar_t* resourcePath) in LoadResources()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp287 LoadResources(const wchar_t* resourcePath) in LoadResources()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp295 LoadResources(const wchar_t* resourcePath) 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()