Lines Matching refs:demo

31 namespace demo
62 nw::demo::RenderSystem* renderSystem,
63 nw::demo::GraphicsDrawing* graphicsDrawing,
76 …return s_IsForceCpuProfilingMode || nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::B… in IsCpuProfilingMode()
96 nw::demo::RenderSystem** renderSystem,
171 nw::demo::DemoAllocator* deviceAllocator, in ResetMemoryLeakTester()
172 nw::demo::DemoAllocator* particleAllocator in ResetMemoryLeakTester()
195 nw::demo::DemoAllocator* deviceAllocator, in TestMemoryLeak()
196 nw::demo::DemoAllocator* particleAllocator in TestMemoryLeak()
288 nw::demo::RenderSystem** renderSystem,
517 nw::demo::HioPacketChannel* m_HioPacketChannel;
524 nw::demo::RenderSystem** m_RenderSystem;
533 int Initialize(s32,bool,nw::demo::RenderSystem**,const u32*,const u32*){return -1;} in Initialize()
555 nw::demo::DemoAllocator* deviceAllocator, in DemoTestLoop()
556 nw::demo::DemoAllocator* particleAllocator, in DemoTestLoop()
557 nw::demo::RenderSystem** renderSystem, in DemoTestLoop()
565 …nw::demo::DebugUtility::InitializeAutoTest(m_DeviceAllocator, m_DeviceAllocator, renderSystem, has… in DemoTestLoop()
568 nw::demo::DebugUtility::ResetMemoryLeakTester(m_DeviceAllocator, m_ParticleAllocator); in DemoTestLoop()
574 nw::demo::DebugUtility::FinalizeAutoTest(); in ~DemoTestLoop()
578 nw::demo::DebugUtility::TestMemoryLeak(m_DeviceAllocator, m_ParticleAllocator); in Continue()
585 return ! ::nw::demo::internal::IsTerminatingImpl(); in IsContinuing()
591 nw::demo::DemoAllocator* m_DeviceAllocator;
592 nw::demo::DemoAllocator* m_ParticleAllocator;
604 …nw::demo::internal::DemoTestLoop demoTestLoop(deviceAllocator, particleAllocator, renderSystem, NU…