Lines Matching refs:app
404 nw::demo::SimpleApp& app = nw::demo::SimpleApp::GetInstance(); in Draw() local
415 app.SetRenderingTarget( app.DISPLAY0 ); in Draw()
419 app.GetFrameBufferObject(), in Draw()
420 app.DISPLAY0_WIDTH, in Draw()
421 app.DISPLAY0_HEIGHT ); in Draw()
423 DrawStringPostProcess( writer, app.DISPLAY0_WIDTH, app.DISPLAY0_HEIGHT ); in Draw()
426 app.SetRenderingTarget( app.DISPLAY1 ); in Draw()
430 app.GetFrameBufferObject(), in Draw()
431 app.DISPLAY1_WIDTH, in Draw()
432 app.DISPLAY1_HEIGHT ); in Draw()
434 DrawStringPostProcess( writer, app.DISPLAY1_WIDTH, app.DISPLAY1_HEIGHT ); in Draw()
438 app.SwapBuffer(app.DISPLAY_BOTH); in Draw()