Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1044 private void testOrientation(final String rotation, final String featureString) in testOrientation() method in DeqpTestRunnerTest
1268 testOrientation("90", ALL_FEATURES); in testRun_orientationLandscape()
1275 testOrientation("0", ALL_FEATURES); in testRun_orientationPortrait()
1282 testOrientation("270", ALL_FEATURES); in testRun_orientationReverseLandscape()
1289 testOrientation("180", ALL_FEATURES); in testRun_orientationReversePortrait()
1296 testOrientation("unspecified", ALL_FEATURES); in testRun_orientationUnspecified()
1303 testOrientation("unspecified", ONLY_LANDSCAPE_FEATURES); in testRun_orientationUnspecifiedLimitedFeatures()
1310 testOrientation("90", ONLY_LANDSCAPE_FEATURES); in testRun_orientationLandscapeLimitedFeatures()
1317 testOrientation("0", ONLY_LANDSCAPE_FEATURES); in testRun_orientationPortraitLimitedFeatures()