Lines Matching refs:demo
31 namespace demo
68 nw::demo::RenderSystem* renderSystem
81 nw::demo::RenderSystem* renderSystem,
82 nw::demo::GraphicsDrawing* graphicsDrawing
95 nw::demo::RenderSystem* renderSystem,
96 nw::demo::GraphicsDrawing* graphicsDrawing
105 nw::demo::RenderSystem* renderSystem
117 …return s_IsForceCpuProfilingMode || nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::B… in IsCpuProfilingMode()
137 nw::demo::RenderSystem** renderSystem,
248 nw::demo::DemoAllocator* deviceAllocator,
249 nw::demo::DemoAllocator* particleAllocator = NULL
342 static nw::demo::DemoAllocator* s_DeviceAllocator;
343 static nw::demo::DemoAllocator* s_ParticleAllocator;
383 nw::demo::RenderSystem** renderSystem,
411 nw::demo::DemoAllocator* deviceAllocator,
412 nw::demo::DemoAllocator* particleAllocator,
645 nw::demo::HioPacketChannel* m_HioPacketChannel;
652 nw::demo::RenderSystem** m_RenderSystem;
661 int Initialize(s32,bool,nw::demo::RenderSystem**,const u32*,const u32*){return -1;} in Initialize()
683 nw::demo::DemoAllocator* deviceAllocator, in DemoTestLoop()
684 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop()
685 nw::demo::RenderSystem** renderSystem, in DemoTestLoop()
694 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, m_RenderSystem, h… in DemoTestLoop()
697 nw::demo::DebugUtility::SetAllocatorForTest(m_DeviceAllocator, m_ParticleAllocator); in DemoTestLoop()
698 nw::demo::DebugUtility::ResetMemoryLeakTester(); in DemoTestLoop()
704 nw::demo::DebugUtility::FinalizeAutoTest(); in ~DemoTestLoop()
708 nw::demo::DebugUtility::TestMemoryLeak(); in Continue()
712 nw::demo::DebugUtility::FinalizeAutoTest(); in Continue()
715 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_UP) && in Continue()
716 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_RIGHT) && in Continue()
717 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_DOWN) && in Continue()
718 nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::BUTTON_LEFT); in Continue()
719 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, m_RenderSystem, N… in Continue()
723 return ! ::nw::demo::internal::IsTerminatingImpl(); in IsContinuing()
729 nw::demo::DemoAllocator* m_DeviceAllocator;
730 nw::demo::DemoAllocator* m_ParticleAllocator;
732 nw::demo::RenderSystem** m_RenderSystem;
743 …nw::demo::internal::DemoTestLoop demoTestLoop(deviceAllocator, particleAllocator, renderSystem, NU…