Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java784 … JSONObject externalSemaphoreProperties = externalSemaphorePair.getJSONObject(1); in emitDevices() local
788 … emitLong(store, externalSemaphoreProperties, KEY_EXPORT_FROM_IMPORTED_HANDLE_TYPES); in emitDevices()
789 … emitLong(store, externalSemaphoreProperties, KEY_COMPATIBLE_HANDLE_TYPES); in emitDevices()
790 … emitLong(store, externalSemaphoreProperties, KEY_EXTERNAL_SEMAPHORE_FEATURES); in emitDevices()
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp149 VkExternalSemaphoreProperties externalSemaphoreProperties; in init() local
151 &externalSemaphoreProperties); in init()
153 ASSERT(externalSemaphoreProperties.externalSemaphoreFeatures & in init()