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.java1002 JSONArray queues = device.getJSONArray(KEY_QUEUES); in emitDevices() local
1004 for (int queueIdx = 0; queueIdx < queues.length(); queueIdx++) { in emitDevices()
1005 JSONObject queue = queues.getJSONObject(queueIdx); in emitDevices()