Searched defs:VkEventCreateInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp945 const VkEventCreateInfo*,
944 CreateEvent(VkDevice device, const VkEventCreateInfo*, const VkAllocationCallbacks* , VkEvent* event) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1573 typedef struct VkEventCreateInfo { struct
1577 } VkEventCreateInfo; typedef in typeref:struct:VkEventCreateInfo
2275 typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent);
2595 const VkEventCreateInfo* pCreateInfo,

Completed in 24 milliseconds