Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java21 public class BatchRunConfiguration { class
33 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType, in BatchRunConfiguration() method in BatchRunConfiguration
81 } else if (!(other instanceof BatchRunConfiguration)) { in equals()
84 return getId().equals(((BatchRunConfiguration)other).getId()); in equals()
DDeqpTestRunner.java161 private Map<TestDescription, Set<BatchRunConfiguration>> mTestInstances = null;
182 Map<TestDescription, Set<BatchRunConfiguration>> tests) { in DeqpTestRunner()
279 private BatchRunConfiguration mRunConfig;
287 Map<BatchRunConfiguration, String> testLogs;
288 Map<BatchRunConfiguration, String> errorMessages;
289 Set<BatchRunConfiguration> remainingConfigs;
298 public void setCurrentConfig(BatchRunConfiguration runConfig) { in setCurrentConfig()
324 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult()
340 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult()
361 public void setTestInstances(TestDescription testId, Set<BatchRunConfiguration> configs) { in setTestInstances()
[all …]
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1058 if (!rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED)) { in testOrientation()
1064 rotation.equals(BatchRunConfiguration.ROTATION_PORTRAIT) || in testOrientation()
1065 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_PORTRAIT); in testOrientation()
1067 rotation.equals(BatchRunConfiguration.ROTATION_LANDSCAPE) || in testOrientation()
1068 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_LANDSCAPE); in testOrientation()
1070 rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED) || in testOrientation()