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()
110 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testEnableAngleForAll()
112 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testEnableAngleForAll()
135 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testUseDefaultDriver()
153 sDriverGlobalSettingMap.get(OpenGlDriverChoice.ANGLE)); in testUseAngleDriver()
171 sDriverGlobalSettingMap.get(OpenGlDriverChoice.NATIVE)); in testUseNativeDriver()
191 sDriverGlobalSettingMap.get(OpenGlDriverChoice.ANGLE)); in testSettingsLengthMismatch()
229 for (OpenGlDriverChoice firstDriver : OpenGlDriverChoice.values()) { in testUpdateDriverValues()
230 for (OpenGlDriverChoice secondDriver : OpenGlDriverChoice.values()) { in testUpdateDriverValues()
255 sDriverGlobalSettingMap.get(OpenGlDriverChoice.ANGLE) + "," + in testMultipleDevOptionsAngleNative()
[all …]
DCtsAngleCommon.java60 enum OpenGlDriverChoice { enum in CtsAngleCommon
66 …static final Map<OpenGlDriverChoice, String> sDriverGlobalSettingMap = buildDriverGlobalSettingMap…
67 static Map<OpenGlDriverChoice, String> buildDriverGlobalSettingMap() { in buildDriverGlobalSettingMap()
68 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverGlobalSettingMap()
69 map.put(OpenGlDriverChoice.DEFAULT, "default"); in buildDriverGlobalSettingMap()
70 map.put(OpenGlDriverChoice.ANGLE, "angle"); in buildDriverGlobalSettingMap()
71 map.put(OpenGlDriverChoice.NATIVE, "native"); in buildDriverGlobalSettingMap()
76 static final Map<OpenGlDriverChoice, String> sDriverTestMethodMap = buildDriverTestMethodMap();
77 static Map<OpenGlDriverChoice, String> buildDriverTestMethodMap() { in buildDriverTestMethodMap()
78 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverTestMethodMap()
[all …]