Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java22 public static final String ROTATION_UNSPECIFIED = "unspecified"; field in BatchRunConfiguration
DDeqpTestRunner.java1296 if (!BatchRunConfiguration.ROTATION_UNSPECIFIED.equals(runConfig.getRotation())) { in isSupportedRunConfiguration()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1080 if (!rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED)) { in testOrientation()
1092 rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED) || in testOrientation()