Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp161 VkExternalSemaphoreProperties externalSemaphoreProperties; in init() local
163 &externalSemaphoreProperties); in init()
165 ASSERT(externalSemaphoreProperties.externalSemaphoreFeatures & in init()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java1163 … JSONObject externalSemaphoreProperties = externalSemaphorePair.getJSONObject(1); in emitDevices() local
1167 … emitLong(store, externalSemaphoreProperties, KEY_EXPORT_FROM_IMPORTED_HANDLE_TYPES); in emitDevices()
1168 … emitLong(store, externalSemaphoreProperties, KEY_COMPATIBLE_HANDLE_TYPES); in emitDevices()
1169 … emitLong(store, externalSemaphoreProperties, KEY_EXTERNAL_SEMAPHORE_FEATURES); in emitDevices()