Home
last modified time | relevance | path

Searched refs:blankOtherDisplays (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/osx/
H A DWinSystemOSXGL.mm66 bool CWinSystemOSXGL::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays)
68 CWinSystemOSX::SetFullScreen(fullScreen, res, blankOtherDisplays);
H A DWinSystemOSXGL.h26 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemOSX.h43 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/gbm/
H A DWinSystemGbmGLContext.cpp87 …inSystemGbmGLContext::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
102 CWinSystemGbm::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemGbmGLESContext.cpp96 …SystemGbmGLESContext::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
111 CWinSystemGbm::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemGbmGLContext.h38 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemGbmGLESContext.h38 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemGbm.h43 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemGbm.cpp158 bool CWinSystemGbm::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/win10/
H A DWinSystemWin10DX.cpp150 …ol CWinSystemWin10DX::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
152 bool const result = CWinSystemWin10::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemWin10DX.h28 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemWin10.h89 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/X11/
H A DWinSystemX11GLESContext.cpp153 …SystemX11GLESContext::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
156 CWinSystemX11::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemX11GLESContext.h38 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemX11GLContext.cpp170 …inSystemX11GLContext::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
173 CWinSystemX11::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemX11GLContext.h42 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemX11.h49 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/android/
H A DWinSystemAndroidGLESContext.h36 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemAndroidGLESContext.cpp105 …emAndroidGLESContext::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/ios/
H A DWinSystemIOS.h41 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/windows/
H A DWinSystemWin32DX.h31 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
H A DWinSystemWin32DX.cpp211 …ol CWinSystemWin32DX::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) in SetFullScreen() argument
213 bool const result = CWinSystemWin32::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemWin32.h104 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/tvos/
H A DWinSystemTVOS.h53 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/
H A DWinSystem.h62 virtual bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) = 0;

12