Lines Matching refs:s_DeviceAllocator

36 nw::demo::DemoAllocator s_DeviceAllocator;  variable
103 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
112 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
119 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
122 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
130 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
178 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateTransformAnimEvaluator()
200 .Create(&s_DeviceAllocator); in CreateTransformAnimEvaluator()
284 .Create(&s_DeviceAllocator); in BuildRootNodes()
289 .Create(&s_DeviceAllocator); in BuildRootNodes()
304 &s_DeviceAllocator, in BuildCameras()
324 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
330 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
338 &s_DeviceAllocator, in BuildResources()
356 &s_DeviceAllocator, in BuildResources()
380 .CreateObject(&s_DeviceAllocator, &s_DeviceAllocator); in BuildResources()
402 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
554 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
556 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
558 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()