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

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h63 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member in struct:vulkan::driver::InstanceDriverTable
H A Ddebug_report.cpp136 driver.DestroyDebugReportCallbackEXT(instance, driver_handle,
148 void DestroyDebugReportCallbackEXT(VkInstance instance, function in namespace:vulkan::driver
162 GetData(instance).driver.DestroyDebugReportCallbackEXT(
H A Ddriver_gen.cpp147 reinterpret_cast<PFN_vkVoidFunction>(DestroyDebugReportCallbackEXT),
333 INIT_PROC_EXT(EXT_debug_report, instance, DestroyDebugReportCallbackEXT);
H A Ddebug_report.h29 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp133 {"vkDestroyDebugReportCallbackEXT", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDebugReportCallbackEXT>(DestroyDebugReportCallbackEXT))},
H A Dnull_driver_gen.h169 VKAPI_ATTR void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1397 void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { function in namespace:null_driver

Completed in 2078 milliseconds