Home
last modified time | relevance | path

Searched defs:DestroySemaphoreInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp479 struct DestroySemaphoreInfo { struct
480 PFN_vkDestroySemaphore mDestroyFunction;
481 VkDevice mDevice;
482 VkSemaphore mSemaphore;
484 DestroySemaphoreInfo(PFN_vkDestroySemaphore destroyFunction, VkDevice device, in DestroySemaphoreInfo() argument