Lines Matching refs:s_DeviceAllocator
36 nw::demo::DemoAllocator s_DeviceAllocator; variable
82 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
91 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
98 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
101 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
108 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
147 .Create(&s_DeviceAllocator); in BuildRootNodes()
153 .Create(&s_DeviceAllocator); in BuildRootNodes()
160 .Create(&s_DeviceAllocator); in BuildRootNodes()
167 .Create(&s_DeviceAllocator); in BuildRootNodes()
174 .Create(&s_DeviceAllocator); in BuildRootNodes()
181 .Create(&s_DeviceAllocator)); in BuildRootNodes()
198 &s_DeviceAllocator, in BuildCameras()
227 .Create(&s_DeviceAllocator); in BuildLights()
236 .Create(&s_DeviceAllocator); in BuildLights()
248 .Create(&s_DeviceAllocator); in BuildLights()
266 .Create(&s_DeviceAllocator); in BuildLights()
290 .Create(&s_DeviceAllocator); in BuildFogs()
314 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
321 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(&s_DeviceAllocator); in BuildResources()
330 &s_DeviceAllocator, in BuildResources()
374 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
549 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
551 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
553 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()