Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java181 private static final String KEY_MAX_MULTIVIEW_VIEW_COUNT = "maxMultiviewViewCount"; field in VulkanDeviceInfo
692 emitLong(store, multiviewProperties, KEY_MAX_MULTIVIEW_VIEW_COUNT); in emitDevices()
1068 case KEY_MAX_MULTIVIEW_VIEW_COUNT: return "max_multiview_view_count"; in convertName()