Lines Matching refs:s_DeviceAllocator

36 nw::demo::DemoAllocator s_DeviceAllocator;  variable
118 nw::gfx::CommandCacheManager::SetAllocator( &s_DeviceAllocator ); in InitializeGraphics()
127 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
134 …bool result = s_GraphicsDrawing.InitializeFont(&s_DeviceAllocator, FONT_SHADER_FILE_NAME, FONT_FIL… in InitializeGraphics()
139 nw::demo::Utility::CreateUpperScreenBuffer(&s_DeviceAllocator, renderDescription) in InitializeGraphics()
147 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
196 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateTransformAnimEvaluator()
219 .Create(&s_DeviceAllocator); in CreateTransformAnimEvaluator()
243 …urceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_DeviceAllocator); in CreateMaterialAnimEvaluator()
262 .Create(&s_DeviceAllocator); in CreateMaterialAnimEvaluator()
324 .Create(&s_DeviceAllocator); in InitializeSkeletalAnim()
389 .Create(&s_DeviceAllocator); in InitializeMaterialAnim()
497 .Create(&s_DeviceAllocator); in BuildRootNodes()
502 .Create(&s_DeviceAllocator); in BuildRootNodes()
517 &s_DeviceAllocator, in BuildCameras()
537 nw::gfx::Result result = resourceSet->resource.Setup(&s_DeviceAllocator); in BuildResources()
543 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(SCENE_NODE_COUNT, &s_DeviceAllocator); in BuildResources()
551 &s_DeviceAllocator, in BuildResources()
565 &s_DeviceAllocator, in BuildResources()
589 .CreateObject(&s_DeviceAllocator, &s_DeviceAllocator); in BuildResources()
616 BuildResources(nw::demo::Utility::LoadResources(s_Resources, name, &s_DeviceAllocator)); in InitializeScenes()
770 nw::demo::InitializeGraphicsSystem(&s_DeviceAllocator); in nnMain()
772 nw::demo::PadFactory::Initialize(&s_DeviceAllocator); in nnMain()
774 NW_DEMO_TEST_LOOP(&s_DeviceAllocator, NULL, &s_RenderSystem) in nnMain()