Lines Matching refs:s_GraphicsDrawing
55 nw::demo::GraphicsDrawing s_GraphicsDrawing; variable
96 s_GraphicsDrawing.SetScreenSize( in InitializeGraphics()
101 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
144 s_GraphicsDrawing.Finalize(); in TerminateGraphics()
261 s_GraphicsDrawing.BeginDrawingShape(); in ReportDemo()
265 &s_GraphicsDrawing in ReportDemo()
268 s_GraphicsDrawing.EndDrawingShape(); in ReportDemo()
270 s_GraphicsDrawing.BeginDrawingString(); in ReportDemo()
274 &s_GraphicsDrawing in ReportDemo()
277 s_GraphicsDrawing.EndDrawingString(); in ReportDemo()
393 s_GraphicsDrawing.DrawString(10, 10, "Particle Num :%d\n", s_particleNode->GetParticleSize() ); in ReportParticleCtrlEmissionDemo()
394 s_GraphicsDrawing.DrawString(10, 22, "Emission Ratio:%2.1f/2.0\n", s_EmissionRatio ); in ReportParticleCtrlEmissionDemo()