Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java573 JSONArray formatPair = formats.getJSONArray(formatIdx); in emitDevices() local
574 JSONObject formatProperties = formatPair.getJSONObject(1); in emitDevices()
575 store.startGroup("format_" + formatPair.getInt(0)); in emitDevices()