Lines Matching refs:s_DeviceAllocator
34 nw::demo::DemoAllocator s_DeviceAllocator; variable
80 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
89 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
96 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
99 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
106 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
145 .Create(&s_DeviceAllocator); in BuildRootNodes()
151 .Create(&s_DeviceAllocator); in BuildRootNodes()
158 .Create(&s_DeviceAllocator); in BuildRootNodes()
165 .Create(&s_DeviceAllocator); in BuildRootNodes()
172 .Create(&s_DeviceAllocator); in BuildRootNodes()
179 .Create(&s_DeviceAllocator)); in BuildRootNodes()
196 &s_DeviceAllocator, in BuildCameras()
225 .Create(&s_DeviceAllocator); in BuildLights()
234 .Create(&s_DeviceAllocator); in BuildLights()
246 .Create(&s_DeviceAllocator); in BuildLights()
264 .Create(&s_DeviceAllocator); in BuildLights()
288 .Create(&s_DeviceAllocator); in BuildFogs()
312 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
319 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(&s_DeviceAllocator); in BuildResources()
328 &s_DeviceAllocator, in BuildResources()
372 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
547 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
549 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
551 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()