Home
last modified time | relevance | path

Searched refs:SingleScreen (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/
H A DSingleScreen22 class OSGVIEWER_EXPORT SingleScreen : public ViewConfig
26 SingleScreen(unsigned int screenNum=0) : _screenNum(screenNum) {}
27SingleScreen(const SingleScreen& rhs, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY) : ViewC…
29 META_Object(osgViewer, SingleScreen);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgViewer/config/
H A DSingleScreen22 class OSGVIEWER_EXPORT SingleScreen : public ViewConfig
26 SingleScreen(unsigned int screenNum=0) : _screenNum(screenNum) {}
27SingleScreen(const SingleScreen& rhs, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY) : ViewC…
29 META_Object(osgViewer, SingleScreen);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgViewer/
H A DSingleScreen.cpp8 new osgViewer::SingleScreen,
9 osgViewer::SingleScreen,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgViewer/
H A DSingleScreen.cpp8 new osgViewer::SingleScreen,
9 osgViewer::SingleScreen,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/
H A DAcrossAllScreens.cpp47 osg::ref_ptr<SingleScreen> ss = new SingleScreen(0); in configure()
H A DSingleScreen.cpp25 void SingleScreen::configure(osgViewer::View& view) const in configure()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/
H A DAcrossAllScreens.cpp47 osg::ref_ptr<SingleScreen> ss = new SingleScreen(0); in configure()
H A DSingleScreen.cpp25 void SingleScreen::configure(osgViewer::View& view) const in configure()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgkeystone/
H A Dosgkeystone.cpp99 viewer.apply(new osgViewer::SingleScreen(0)); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgkeystone/
H A Dosgkeystone.cpp99 viewer.apply(new osgViewer::SingleScreen(0)); in main()
/dports/emulators/citra/citra-ac98458e0/src/core/
H A Dsettings.h24 SingleScreen, enumerator
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/
H A Dsettings.h24 SingleScreen, enumerator
/dports/emulators/citra/citra-ac98458e0/src/core/frontend/
H A Dframebuffer_layout.cpp372 case Settings::LayoutOption::SingleScreen: in FrameLayoutFromResolutionScale()
493 case Settings::LayoutOption::SingleScreen: in GetCardboardSettings()
546 case Settings::LayoutOption::SingleScreen: in GetMinimumSizeFromLayout()
H A Demu_window.cpp185 case Settings::LayoutOption::SingleScreen: in UpdateCurrentFramebufferLayout()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/frontend/
H A Dframebuffer_layout.cpp372 case Settings::LayoutOption::SingleScreen: in FrameLayoutFromResolutionScale()
493 case Settings::LayoutOption::SingleScreen: in GetCardboardSettings()
546 case Settings::LayoutOption::SingleScreen: in GetMinimumSizeFromLayout()
H A Demu_window.cpp185 case Settings::LayoutOption::SingleScreen: in UpdateCurrentFramebufferLayout()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dasapp.h344 extern int SingleScreen ; /* if >= 0 then [points to the only ScreenIn…
H A Dasapp.c83 int SingleScreen = -1; /* if >= 0 then [points to the only ScreenInfo structure available */ variable
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dmain.cpp1702 new_layout = Settings::LayoutOption::SingleScreen; in ChangeScreenLayout()
1718 new_layout = Settings::LayoutOption::SingleScreen; in ToggleScreenLayout()
1720 case Settings::LayoutOption::SingleScreen: in ToggleScreenLayout()
2387 Settings::LayoutOption::SingleScreen); in SyncMenuUISettings()
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dmain.cpp1702 new_layout = Settings::LayoutOption::SingleScreen; in ChangeScreenLayout()
1718 new_layout = Settings::LayoutOption::SingleScreen; in ToggleScreenLayout()
1720 case Settings::LayoutOption::SingleScreen: in ToggleScreenLayout()
2387 Settings::LayoutOption::SingleScreen); in SyncMenuUISettings()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgViewer/
H A DView255 /** deprecated, use view.apply(new osgViewer::SingleScreen(screenNum)). */
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/
H A DView255 /** deprecated, use view.apply(new osgViewer::SingleScreen(screenNum)). */
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DView.cpp473 apply(new osgViewer::SingleScreen(screenNum)); in setUpViewOnSingleScreen()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DView.cpp473 apply(new osgViewer::SingleScreen(screenNum)); in setUpViewOnSingleScreen()