Lines Matching refs:s_GraphicsDrawing
53 nw::demo::GraphicsDrawing s_GraphicsDrawing; variable
94 s_GraphicsDrawing.SetScreenSize( in InitializeGraphics()
99 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
142 s_GraphicsDrawing.Finalize(); in TerminateGraphics()
259 s_GraphicsDrawing.BeginDrawingShape(); in ReportDemo()
263 &s_GraphicsDrawing in ReportDemo()
266 s_GraphicsDrawing.EndDrawingShape(); in ReportDemo()
268 s_GraphicsDrawing.BeginDrawingString(); in ReportDemo()
272 &s_GraphicsDrawing in ReportDemo()
275 s_GraphicsDrawing.EndDrawingString(); in ReportDemo()
391 s_GraphicsDrawing.DrawString(10, 10, "Particle Num :%d\n", s_particleNode->GetParticleSize() ); in ReportParticleCtrlEmissionDemo()
392 s_GraphicsDrawing.DrawString(10, 22, "Emission Ratio:%2.1f/2.0\n", s_EmissionRatio ); in ReportParticleCtrlEmissionDemo()