Lines Matching refs:s_DeviceAllocator
36 nw::demo::DemoAllocator s_DeviceAllocator; variable
112 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
121 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
128 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
131 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
139 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
188 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateTransformAnimEvaluator()
211 .Create(&s_DeviceAllocator); in CreateTransformAnimEvaluator()
235 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateMaterialAnimEvaluator()
254 .Create(&s_DeviceAllocator); in CreateMaterialAnimEvaluator()
316 .Create(&s_DeviceAllocator); in InitializeSkeletalAnim()
381 .Create(&s_DeviceAllocator); in InitializeMaterialAnim()
489 .Create(&s_DeviceAllocator); in BuildRootNodes()
494 .Create(&s_DeviceAllocator); in BuildRootNodes()
509 &s_DeviceAllocator, in BuildCameras()
529 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
535 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
543 &s_DeviceAllocator, in BuildResources()
557 &s_DeviceAllocator, in BuildResources()
581 .CreateObject(&s_DeviceAllocator, &s_DeviceAllocator); in BuildResources()
608 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
776 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
778 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
780 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()