Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/angle/src/android/angle/cts/
H A DCtsAngleCommon.java95 static final Map<OpenGlDriverChoice, String> sDriverTestMethodMap = buildDriverTestMethodMap();
97 static Map<OpenGlDriverChoice, String> buildDriverTestMethodMap() { in buildDriverTestMethodMap() method in CtsAngleCommon