Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java780 … JSONArray externalSemaphores = device.getJSONArray(KEY_EXTERNAL_SEMAPHORE_PROPERTIES); in emitDevices() local
782 for (int idx = 0; idx < externalSemaphores.length(); ++idx) { in emitDevices()
783 JSONArray externalSemaphorePair = externalSemaphores.getJSONArray(idx); in emitDevices()