Searched refs:VkEventCreateInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h73 VKAPI_ATTR VkResult CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent);
H A Dnull_driver.cpp995 const VkEventCreateInfo*,
994 CreateEvent(VkDevice device, const VkEventCreateInfo*, const VkAllocationCallbacks* , VkEvent* event) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp324 VKAPI_ATTR VkResult CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent);
796 VKAPI_ATTR VkResult CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) {
1441 VKAPI_ATTR VkResult vkCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) {
/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 45 milliseconds