Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java25 public static final String ROTATION_REVERSE_PORTRAIT = "180"; field in BatchRunConfiguration
DDeqpTestRunner.java1759 BatchRunConfiguration.ROTATION_REVERSE_PORTRAIT.equals(rotation); in isPortraitClassRotation()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1101 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_PORTRAIT); in testOrientation()