Home
last modified time | relevance | path

Searched refs:framePosted (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DDisplayQt.h35 void framePosted() override;
H A DDisplay.h70 virtual void framePosted() = 0;
H A DDisplayQt.cpp60 void DisplayQt::framePosted() { in framePosted() function in DisplayQt
H A DDisplayGL.h70 void framePosted() override;
H A DDisplayGL.cpp209 void DisplayGL::framePosted() { in framePosted() function in DisplayGL
H A DWindow.cpp1923 …nnect(m_controller.get(), &CoreController::frameAvailable, m_display.get(), &Display::framePosted); in attachDisplay()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DDisplayQt.h35 void framePosted() override;
H A DDisplay.h73 virtual void framePosted() = 0;
H A DDisplayGL.h61 void framePosted() override;
H A DDisplayQt.cpp58 void DisplayQt::framePosted() { in framePosted() function in DisplayQt
H A DDisplayGL.cpp206 void DisplayGL::framePosted() { in framePosted() function in DisplayGL
H A DWindow.cpp924 …nnect(m_controller.get(), &CoreController::frameAvailable, m_display.get(), &Display::framePosted); in reloadDisplayDriver()
1871 …nnect(m_controller.get(), &CoreController::frameAvailable, m_display.get(), &Display::framePosted); in setController()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libkwineffects/
H A Dkwinglutils.h760 void framePosted();
H A Dkwinglutils.cpp2227 void GLVertexBuffer::framePosted() in framePosted() function in KWin::GLVertexBuffer
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/scenes/opengl/
H A Dscene_opengl.cpp463 GLVertexBuffer::streamingBuffer()->framePosted(); in paint()