Searched refs:DestroyDebugReportCallbackEXT (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h74 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member in struct:vulkan::driver::InstanceDriverTable
H A Ddebug_report.cpp137 driver.DestroyDebugReportCallbackEXT(instance, driver_handle,
149 void DestroyDebugReportCallbackEXT(VkInstance instance, function in namespace:vulkan::driver
163 GetData(instance).driver.DestroyDebugReportCallbackEXT(
H A Ddebug_report.h29 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
H A Ddriver_gen.cpp218 reinterpret_cast<PFN_vkVoidFunction>(DestroyDebugReportCallbackEXT),
499 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp141 {"vkDestroyDebugReportCallbackEXT", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDebugReportCallbackEXT>(DestroyDebugReportCallbackEXT))},
H A Dnull_driver_gen.h201 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1478 void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { function in namespace:null_driver

Completed in 82 milliseconds