Lines Matching refs:s_DeviceAllocator

36 nw::demo::DemoAllocator s_DeviceAllocator;  variable
99 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
108 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
115 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
118 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
126 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
175 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateTransformAnimEvaluator()
198 .Create(&s_DeviceAllocator); in CreateTransformAnimEvaluator()
321 .Create(&s_DeviceAllocator); in BuildRootNodes()
326 .Create(&s_DeviceAllocator); in BuildRootNodes()
341 &s_DeviceAllocator, in BuildCameras()
379 nw::gfx::Result result = resFile.Setup(&s_DeviceAllocator); in BuildResources()
385 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
394 &s_DeviceAllocator, in BuildResources()
409 &s_DeviceAllocator, in BuildResources()
433 .CreateObject(&s_DeviceAllocator, &s_DeviceAllocator); in BuildResources()
459 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
623 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
625 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
627 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()