Searched refs:EXT_debug_report (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 205 ProcHook::EXT_debug_report, 233 ProcHook::EXT_debug_report, 240 ProcHook::EXT_debug_report, 472 if (strcmp(name, "VK_EXT_debug_report") == 0) return ProcHook::EXT_debug_report; in GetProcHookExtension() 522 INIT_PROC_EXT(EXT_debug_report, true, instance, CreateDebugReportCallbackEXT); in InitDriverTable() 523 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT); in InitDriverTable() 524 INIT_PROC_EXT(EXT_debug_report, true, instance, DebugReportMessageEXT); in InitDriverTable()
|
D | driver_gen.h | 37 EXT_debug_report, enumerator
|
D | driver.cpp | 531 case ProcHook::EXT_debug_report: in FilterExtension() 593 case ProcHook::EXT_debug_report: in FilterExtension()
|