Lines Matching refs:app
391 nw::demo::SimpleApp& app = nw::demo::SimpleApp::GetInstance(); in Draw() local
402 app.SetRenderingTarget( app.DISPLAY0 ); in Draw()
406 app.GetFrameBufferObject(), in Draw()
407 app.DISPLAY0_WIDTH, in Draw()
408 app.DISPLAY0_HEIGHT ); in Draw()
410 DrawStringPostProcess( writer, app.DISPLAY0_WIDTH, app.DISPLAY0_HEIGHT ); in Draw()
413 app.SetRenderingTarget( app.DISPLAY1 ); in Draw()
417 app.GetFrameBufferObject(), in Draw()
418 app.DISPLAY1_WIDTH, in Draw()
419 app.DISPLAY1_HEIGHT ); in Draw()
421 DrawStringPostProcess( writer, app.DISPLAY1_WIDTH, app.DISPLAY1_HEIGHT ); in Draw()
425 app.SwapBuffer(app.DISPLAY_BOTH); in Draw()