Home
last modified time | relevance | path

Searched defs:setVideoProxy (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DDisplay.h52 virtual void setVideoProxy(std::shared_ptr<VideoProxy> proxy) { m_videoProxy = proxy; } in setVideoProxy() function
H A DDisplayGL.cpp246 void DisplayGL::setVideoProxy(std::shared_ptr<VideoProxy> proxy) { in setVideoProxy() function in DisplayGL
594 void PainterGL::setVideoProxy(std::shared_ptr<VideoProxy> proxy) { in setVideoProxy() function in PainterGL
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DDisplay.h56 virtual void setVideoProxy(std::shared_ptr<VideoProxy> proxy) { m_videoProxy = proxy; } in setVideoProxy() function
H A DDisplayGL.cpp253 void DisplayGL::setVideoProxy(std::shared_ptr<VideoProxy> proxy) { in setVideoProxy() function in DisplayGL
548 void PainterGL::setVideoProxy(std::shared_ptr<VideoProxy> proxy) { in setVideoProxy() function in PainterGL