Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_Utility.h742 class FlushCache
748 static FlushCache* Create(nw::demo::DemoAllocator* allocator) in Create()
750 void* memory = allocator->Alloc(sizeof(FlushCache)); in Create()
752 return new (memory) FlushCache(allocator); in Create()
759 this->~FlushCache(); in Destroy()
775 FlushCache(nw::demo::DemoAllocator* allocator) in FlushCache() function
788 ~FlushCache() in ~FlushCache()
/NW4C-1.2.23/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp81 nw::demo::FlushCache* s_FlushCache;
484 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp79 nw::demo::FlushCache* s_FlushCache;
455 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp88 nw::demo::FlushCache* s_FlushCache;
503 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp79 nw::demo::FlushCache* s_FlushCache;
517 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp76 nw::demo::FlushCache* s_FlushCache;
543 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleMultiEmitterDemo/sources/
DParticleMultiEmitterDemo.cpp95 nw::demo::FlushCache* s_FlushCache;
493 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleDemo/sources/
DParticleDemo.cpp96 nw::demo::FlushCache* s_FlushCache;
489 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleMultiModelDemo/sources/
DParticleMultiModelDemo.cpp96 nw::demo::FlushCache* s_FlushCache;
509 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp96 nw::demo::FlushCache* s_FlushCache;
539 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp106 nw::demo::FlushCache* s_FlushCache;
629 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp47 nw::demo::FlushCache* s_FlushCache;
753 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp124 nw::demo::FlushCache* s_FlushCache;
861 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()