Home
last modified time | relevance | path

Searched refs:frameBufferSwapped (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Dtweakedqmlappviewer.h137 void frameBufferSwapped() { numFrames++; } in frameBufferSwapped() function
H A Dtweakedqmlappviewer.cpp144 connect(this, SIGNAL(frameSwapped()), this, SLOT(frameBufferSwapped())); in TweakedQmlApplicationViewer()