Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java157 private static final String KEY_MAX_MEMORY_ALLOCATION_COUNT = "maxMemoryAllocationCount"; field in VulkanDeviceInfo
331 emitLong(store, limits, KEY_MAX_MEMORY_ALLOCATION_COUNT); in emitDevices()
755 case KEY_MAX_MEMORY_ALLOCATION_COUNT: return "max_memory_allocation_count"; in convertName()