Searched refs:BatchRunConfiguration (Results 1 – 2 of 2) sorted by relevance
63 private static final BatchRunConfiguration DEFAULT_CONFIG =64 new BatchRunConfiguration("rgba8888d24s8", "unspecified", "window");71 private final Map<TestIdentifier, Set<BatchRunConfiguration>> mTestInstances;170 public static final class BatchRunConfiguration { class in DeqpTestRunner181 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType) { in BatchRunConfiguration() method in DeqpTestRunner.BatchRunConfiguration220 } else if (!(other instanceof BatchRunConfiguration)) { in equals()223 return getId().equals(((BatchRunConfiguration)other).getId()); in equals()238 private BatchRunConfiguration mRunConfig;246 Map<BatchRunConfiguration, String> testLogs;247 Map<BatchRunConfiguration, String> errorMessages;[all …]
845 if (!rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_UNSPECIFIED)) { in testOrientation()851 rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_PORTRAIT) || in testOrientation()852 rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_REVERSE_PORTRAIT); in testOrientation()854 rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_LANDSCAPE) || in testOrientation()855 rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_REVERSE_LANDSCAPE); in testOrientation()857 rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_UNSPECIFIED) || in testOrientation()