Lines Matching refs:app
393 nw::demo::SimpleApp& app = nw::demo::SimpleApp::GetInstance(); in Draw() local
404 app.SetRenderingTarget( app.DISPLAY0 ); in Draw()
408 app.GetFrameBufferObject(), in Draw()
409 app.DISPLAY0_WIDTH, in Draw()
410 app.DISPLAY0_HEIGHT ); in Draw()
412 DrawStringPostProcess( writer, app.DISPLAY0_WIDTH, app.DISPLAY0_HEIGHT ); in Draw()
415 app.SetRenderingTarget( app.DISPLAY1 ); in Draw()
419 app.GetFrameBufferObject(), in Draw()
420 app.DISPLAY1_WIDTH, in Draw()
421 app.DISPLAY1_HEIGHT ); in Draw()
423 DrawStringPostProcess( writer, app.DISPLAY1_WIDTH, app.DISPLAY1_HEIGHT ); in Draw()
427 app.SwapBuffer(app.DISPLAY_BOTH); in Draw()