Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java79 private static final String KEY_API_VERSION = "apiVersion"; field in VulkanDeviceInfo
528 if (instance.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_2) { in collectDeviceInfo()
564 emitLong(store, properties, KEY_API_VERSION); in emitDevices()
695 if (properties.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_2) { in emitDevices()
766 if (properties.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_3) { in emitDevices()
881 if (properties.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_2) { in emitDevices()
941 if (properties.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_3) { in emitDevices()
1050 if (properties.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_1) { in emitDevices()
1207 store.addResult(convertName(KEY_INSTANCE_API_VERSION), parent.getLong(KEY_API_VERSION)); in emitInstanceApiVersion()
1350 case KEY_API_VERSION: return "api_version"; in convertName()