Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 13 of 13) sorted by relevance

/NW4C-1.3.3/include/nw/demo/
Ddemo_Utility.h783 class FlushCache
789 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create()
791 void* memory = allocator->Alloc(sizeof(FlushCache)); in Create()
793 return new (memory) FlushCache(allocator); in Create()
800 this->~FlushCache(); in Destroy()
816 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache() function
829 ~FlushCache() in ~FlushCache()
/NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp75 nw::demo::FlushCache* s_FlushCache;
499 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp72 nw::demo::FlushCache* s_FlushCache;
469 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp82 nw::demo::FlushCache* s_FlushCache;
519 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp70 nw::demo::FlushCache* s_FlushCache;
557 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp72 nw::demo::FlushCache* s_FlushCache;
566 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp90 nw::demo::FlushCache* s_FlushCache;
475 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp72 nw::demo::FlushCache* s_FlushCache;
621 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp70 nw::demo::FlushCache* s_FlushCache;
578 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp90 nw::demo::FlushCache* s_FlushCache;
545 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp100 nw::demo::FlushCache* s_FlushCache;
635 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp47 nw::demo::FlushCache* s_FlushCache;
758 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp117 nw::demo::FlushCache* s_FlushCache;
962 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()