Home
last modified time | relevance | path

Searched refs:OpenGlDriverChoice (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleDeveloperOptionHostTest.java60 … private void setAndValidatePkgDriver(String pkgName, OpenGlDriverChoice driver) throws Exception { in setAndValidatePkgDriver()
98 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testEnableAngleForAll()
100 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testEnableAngleForAll()
122 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testUseDefaultDriver()
139 sDriverGlobalSettingMap.get(OpenGlDriverChoice.ANGLE)); in testUseAngleDriver()
156 sDriverGlobalSettingMap.get(OpenGlDriverChoice.NATIVE)); in testUseNativeDriver()
175 sDriverGlobalSettingMap.get(OpenGlDriverChoice.ANGLE)); in testSettingsLengthMismatch()
211 for (OpenGlDriverChoice firstDriver : OpenGlDriverChoice.values()) { in testUpdateDriverValues()
212 for (OpenGlDriverChoice secondDriver : OpenGlDriverChoice.values()) { in testUpdateDriverValues()
236 sDriverGlobalSettingMap.get(OpenGlDriverChoice.ANGLE) + "," + in testMultipleDevOptionsAngleNative()
[all …]
DCtsAngleCommon.java58 enum OpenGlDriverChoice { enum in CtsAngleCommon
64 …static final Map<OpenGlDriverChoice, String> sDriverGlobalSettingMap = buildDriverGlobalSettingMap…
65 static Map<OpenGlDriverChoice, String> buildDriverGlobalSettingMap() { in buildDriverGlobalSettingMap()
66 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverGlobalSettingMap()
67 map.put(OpenGlDriverChoice.DEFAULT, "default"); in buildDriverGlobalSettingMap()
68 map.put(OpenGlDriverChoice.ANGLE, "angle"); in buildDriverGlobalSettingMap()
69 map.put(OpenGlDriverChoice.NATIVE, "native"); in buildDriverGlobalSettingMap()
74 static final Map<OpenGlDriverChoice, String> sDriverTestMethodMap = buildDriverTestMethodMap();
75 static Map<OpenGlDriverChoice, String> buildDriverTestMethodMap() { in buildDriverTestMethodMap()
76 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverTestMethodMap()
[all …]