Lines Matching refs:s_DeviceAllocator
36 nw::demo::DemoAllocator s_DeviceAllocator; variable
100 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
109 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
116 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
119 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
127 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
132 .Create(&s_DeviceAllocator); in InitializeGraphics()
136 .Create(&s_DeviceAllocator); in InitializeGraphics()
207 .Create(&s_DeviceAllocator); in BuildRootNodes()
221 &s_DeviceAllocator, in BuildCameras()
241 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
249 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
311 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
467 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
470 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
472 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, &s_ParticleAllocator, &s_RenderSystem) in nnMain()
477 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()