Searched refs:EXT_debug_report (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 148 ProcHook::EXT_debug_report, 176 ProcHook::EXT_debug_report, 183 ProcHook::EXT_debug_report, 380 if (strcmp(name, "VK_EXT_debug_report") == 0) return ProcHook::EXT_debug_report; in GetProcHookExtension() 426 INIT_PROC_EXT(EXT_debug_report, true, instance, CreateDebugReportCallbackEXT); in InitDriverTable() 427 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT); in InitDriverTable() 428 INIT_PROC_EXT(EXT_debug_report, true, instance, DebugReportMessageEXT); in InitDriverTable()
|
D | driver_gen.h | 37 EXT_debug_report, enumerator
|
D | driver.cpp | 483 case ProcHook::EXT_debug_report: in FilterExtension()
|