Lines Matching refs:s_DeviceAllocator

38 nw::demo::DemoAllocator s_DeviceAllocator;  variable
114 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
123 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
130 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
133 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
141 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
190 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateTransformAnimEvaluator()
213 .Create(&s_DeviceAllocator); in CreateTransformAnimEvaluator()
237 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateMaterialAnimEvaluator()
256 .Create(&s_DeviceAllocator); in CreateMaterialAnimEvaluator()
318 .Create(&s_DeviceAllocator); in InitializeSkeletalAnim()
383 .Create(&s_DeviceAllocator); in InitializeMaterialAnim()
491 .Create(&s_DeviceAllocator); in BuildRootNodes()
496 .Create(&s_DeviceAllocator); in BuildRootNodes()
511 &s_DeviceAllocator, in BuildCameras()
531 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
537 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
545 &s_DeviceAllocator, in BuildResources()
559 &s_DeviceAllocator, in BuildResources()
583 .CreateObject(&s_DeviceAllocator, &s_DeviceAllocator); in BuildResources()
610 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
778 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
780 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
782 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()