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.java145 private Map<TestIdentifier, Set<BatchRunConfiguration>> mTestInstances = null;
166 Map<TestIdentifier, Set<BatchRunConfiguration>> tests) { in DeqpTestRunner()
263 private BatchRunConfiguration mRunConfig;
271 Map<BatchRunConfiguration, String> testLogs;
272 Map<BatchRunConfiguration, String> errorMessages;
273 Set<BatchRunConfiguration> remainingConfigs;
282 public void setCurrentConfig(BatchRunConfiguration runConfig) { in setCurrentConfig()
308 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult()
324 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult()
345 public void setTestInstances(TestIdentifier testId, Set<BatchRunConfiguration> configs) { in setTestInstances()
[all …]
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1094 if (!rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED)) { in testOrientation()
1100 rotation.equals(BatchRunConfiguration.ROTATION_PORTRAIT) || in testOrientation()
1101 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_PORTRAIT); in testOrientation()
1103 rotation.equals(BatchRunConfiguration.ROTATION_LANDSCAPE) || in testOrientation()
1104 rotation.equals(BatchRunConfiguration.ROTATION_REVERSE_LANDSCAPE); in testOrientation()
1106 rotation.equals(BatchRunConfiguration.ROTATION_UNSPECIFIED) || in testOrientation()