Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_Utility.h785 class FlushCache
791 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create()
793 void* memory = allocator->Alloc(sizeof(FlushCache)); in Create()
795 return new (memory) FlushCache(allocator); in Create()
802 this->~FlushCache(); in Destroy()
818 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache() function
831 ~FlushCache() in ~FlushCache()
/NW4C-2.0.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp74 nw::demo::FlushCache* s_FlushCache;
471 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp77 nw::demo::FlushCache* s_FlushCache;
501 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp84 nw::demo::FlushCache* s_FlushCache;
521 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp74 nw::demo::FlushCache* s_FlushCache;
623 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp72 nw::demo::FlushCache* s_FlushCache;
559 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp74 nw::demo::FlushCache* s_FlushCache;
568 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp92 nw::demo::FlushCache* s_FlushCache;
477 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp72 nw::demo::FlushCache* s_FlushCache;
580 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp92 nw::demo::FlushCache* s_FlushCache;
517 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp92 nw::demo::FlushCache* s_FlushCache;
547 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp102 nw::demo::FlushCache* s_FlushCache;
637 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp49 nw::demo::FlushCache* s_FlushCache;
760 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-2.0.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp119 nw::demo::FlushCache* s_FlushCache;
967 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()