Lines Matching refs:s_DeviceAllocator
34 nw::demo::DemoAllocator s_DeviceAllocator; variable
98 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
107 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
114 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
117 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
125 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
130 .Create(&s_DeviceAllocator); in InitializeGraphics()
134 .Create(&s_DeviceAllocator); in InitializeGraphics()
205 .Create(&s_DeviceAllocator); in BuildRootNodes()
219 &s_DeviceAllocator, in BuildCameras()
239 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
247 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
309 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
465 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
468 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
470 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
475 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()