Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp148 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()
Ddriver_gen.h37 EXT_debug_report, enumerator
Ddriver.cpp483 case ProcHook::EXT_debug_report: in FilterExtension()