Home
last modified time | relevance | path

Searched refs:framesPerSecond (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.cpp152 QString framesPerSecond; in paintGL() local
153 framesPerSecond.setNum(m_frames /(elapsed / 1000.0), 'f', 2); in paintGL()
155 painter.drawText(20, 40, framesPerSecond + " paintGL calls / s"); in paintGL()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp394 QString framesPerSecond; in paintGL() local
395 framesPerSecond.setNum(m_frames /(elapsed / 1000.0), 'f', 2); in paintGL()
397 painter.drawText(20, 40, framesPerSecond + " paintGL calls / s"); in paintGL()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp394 QString framesPerSecond; in paintGL() local
395 framesPerSecond.setNum(m_frames /(elapsed / 1000.0), 'f', 2); in paintGL()
397 painter.drawText(20, 40, framesPerSecond + " paintGL calls / s"); in paintGL()