Home
last modified time | relevance | path

Searched refs:testPerspective (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgunittests/
H A Dosgunittests.cpp89 void testPerspective(double fovy,double aspect,double zNear,double zFar) in testPerspective() function
647 testPerspective(20,1,1,1000); in main()
648 testPerspective(90,2,1,1000); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgunittests/
H A Dosgunittests.cpp89 void testPerspective(double fovy,double aspect,double zNear,double zFar) in testPerspective() function
646 testPerspective(20,1,1,1000); in main()
647 testPerspective(90,2,1,1000); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DIWorkbenchPageTest.java2590 IPerspectiveDescriptor testPerspective = reg.findPerspectiveWithId(PerspectiveViewsBug538199.ID); in testRelativeViewVisibility() local
2591 fActivePage.setPerspective(testPerspective); in testRelativeViewVisibility()