Searched refs:PFN_vkDestroyDevice (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h71 PFN_vkDestroyDevice DestroyDevice;
H A Dapi_gen.h55 PFN_vkDestroyDevice DestroyDevice;
H A Ddriver.cpp791 data->driver.DestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>(
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp136 {"vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDevice>(DestroyDevice))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2245 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAllocator); typedef

Completed in 801 milliseconds