Searched defs:DestroyDebugReportCallbackEXT (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ | ||
H A D | debug_report.cpp | 137 driver.DestroyDebugReportCallbackEXT(instance, driver_handle, 149 void DestroyDebugReportCallbackEXT(VkInstance instance, function in namespace:vulkan::driver 163 GetData(instance).driver.DestroyDebugReportCallbackEXT( |
H A D | driver_gen.h | 74 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member in struct:vulkan::driver::InstanceDriverTable |
/frameworks/native/vulkan/nulldrv/ | ||
H A D | null_driver.cpp | 1478 void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { function in namespace:null_driver |
Completed in 41 milliseconds