Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java623 JSONArray queues = device.getJSONArray(KEY_QUEUES); in emitDevices() local
625 for (int queueIdx = 0; queueIdx < queues.length(); queueIdx++) { in emitDevices()
626 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices()