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.java164 private Map<TestDescription, Set<BatchRunConfiguration>> mTestInstances = null;
185 Map<TestDescription, Set<BatchRunConfiguration>> tests) { in DeqpTestRunner()
282 private BatchRunConfiguration mRunConfig;
290 Map<BatchRunConfiguration, String> testLogs;
291 Map<BatchRunConfiguration, String> errorMessages;
292 Set<BatchRunConfiguration> remainingConfigs;
301 public void setCurrentConfig(BatchRunConfiguration runConfig) { in setCurrentConfig()
327 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult()
343 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult()
364 public void setTestInstances(TestDescription testId, Set<BatchRunConfiguration> configs) { in setTestInstances()
[all …]
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1080 if (!rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED)) { in testOrientation()
1086 rotation.equals(BatchRunConfiguration.ROTATION_PORTRAIT) || in testOrientation()
1087 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_PORTRAIT); in testOrientation()
1089 rotation.equals(BatchRunConfiguration.ROTATION_LANDSCAPE) || in testOrientation()
1090 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_LANDSCAPE); in testOrientation()
1092 rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED) || in testOrientation()