Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java233 private static final String KEY_MULTIVIEW_FEATURES = "multiviewFeatures"; field in VulkanDeviceInfo
726 JSONObject multiviewFeatures = device.getJSONObject(KEY_MULTIVIEW_FEATURES); in emitDevices()
727 store.startGroup(convertName(KEY_MULTIVIEW_FEATURES)); in emitDevices()
1121 case KEY_MULTIVIEW_FEATURES: return "multiview_features"; in convertName()