Lines Matching refs:s_GraphicsDrawing
63 nw::demo::GraphicsDrawing s_GraphicsDrawing; variable
104 s_GraphicsDrawing.SetScreenSize( in InitializeGraphics()
109 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
152 s_GraphicsDrawing.Finalize(); in TerminateGraphics()
272 s_GraphicsDrawing.BeginDrawingShape(); in ReportDemo()
276 &s_GraphicsDrawing in ReportDemo()
279 s_GraphicsDrawing.EndDrawingShape(); in ReportDemo()
281 s_GraphicsDrawing.BeginDrawingString(); in ReportDemo()
285 &s_GraphicsDrawing in ReportDemo()
288 s_GraphicsDrawing.EndDrawingString(); in ReportDemo()
402 s_GraphicsDrawing.DrawString(10, 10, "Particle Num :%d\n", s_particleNode->GetParticleSize() ); in ReportParticleChokeDemo()
406 s_GraphicsDrawing.DrawString(10, 22, "Done:Push R Restart!\n" ); in ReportParticleChokeDemo()
410 s_GraphicsDrawing.DrawString(10, 22, "Playing\n" ); in ReportParticleChokeDemo()