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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp995 const VkEventCreateInfo*,
994 CreateEvent(VkDevice device, const VkEventCreateInfo*, const VkAllocationCallbacks* , VkEvent* event) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1816 typedef struct VkEventCreateInfo { struct
1820 } VkEventCreateInfo; typedef in typeref:struct:VkEventCreateInfo
2518 typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent);
2838 const VkEventCreateInfo* pCreateInfo,

Completed in 79 milliseconds