Lines Matching refs:s_GraphicsDrawing
61 nw::demo::GraphicsDrawing s_GraphicsDrawing; variable
102 s_GraphicsDrawing.SetScreenSize( in InitializeGraphics()
107 nw::demo::Utility::InitializeGraphicsDrawing(&s_DeviceAllocator, s_GraphicsDrawing); in InitializeGraphics()
150 s_GraphicsDrawing.Finalize(); in TerminateGraphics()
270 s_GraphicsDrawing.BeginDrawingShape(); in ReportDemo()
274 &s_GraphicsDrawing in ReportDemo()
277 s_GraphicsDrawing.EndDrawingShape(); in ReportDemo()
279 s_GraphicsDrawing.BeginDrawingString(); in ReportDemo()
283 &s_GraphicsDrawing in ReportDemo()
286 s_GraphicsDrawing.EndDrawingString(); in ReportDemo()
400 s_GraphicsDrawing.DrawString(10, 10, "Particle Num :%d\n", s_particleNode->GetParticleSize() ); in ReportParticleChokeDemo()
404 s_GraphicsDrawing.DrawString(10, 22, "Done:Push R Restart!\n" ); in ReportParticleChokeDemo()
408 s_GraphicsDrawing.DrawString(10, 22, "Playing\n" ); in ReportParticleChokeDemo()