Home
last modified time | relevance | path

Searched refs:test_DebugReportCallback (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_debug_ext_tests.cpp37 VkBool32 VKAPI_CALL test_DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEX…
75 …report_info.pfnCallback = reinterpret_cast<PFN_vkDebugReportCallbackEXT>(test_DebugReportCallback); in CreateReportInstance()
98 …report_info.pfnCallback = reinterpret_cast<PFN_vkDebugReportCallbackEXT>(test_DebugReportCallback); in CreateReportCallback()
124 VkBool32 VKAPI_CALL test_DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEX… in test_DebugReportCallback() function