Searched refs:CanSwitchFullscreen (Results 1 – 3 of 3) sorted by relevance
136 bool CanSwitchFullscreen(const Adapter::Modes::const_iterator) const;209 bool CanSwitchFullscreen(const Mode&) const;
312 bool Direct2D::CanSwitchFullscreen(const Adapter::Modes::const_iterator mode) const in CanSwitchFullscreen() function in Nestopia::DirectX::Direct2D314 return device.CanSwitchFullscreen( *mode ); in CanSwitchFullscreen()325 if (CanSwitchFullscreen( mode )) in SwitchFullscreen()1148 bool Direct2D::Device::CanSwitchFullscreen(const Mode& mode) const in CanSwitchFullscreen() function in Nestopia::DirectX::Direct2D::Device
762 const bool toggleMenu = menu.Visible() && direct2d.CanSwitchFullscreen( mode ); in SwitchFullscreen()