Searched refs:EXT_debug_report (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | driver_gen.cpp | 221 ProcHook::EXT_debug_report, 249 ProcHook::EXT_debug_report, 256 ProcHook::EXT_debug_report, 564 if (strcmp(name, "VK_EXT_debug_report") == 0) return ProcHook::EXT_debug_report; in GetProcHookExtension() 616 INIT_PROC_EXT(EXT_debug_report, true, instance, CreateDebugReportCallbackEXT); in InitDriverTable() 617 INIT_PROC_EXT(EXT_debug_report, true, instance, DestroyDebugReportCallbackEXT); in InitDriverTable() 618 INIT_PROC_EXT(EXT_debug_report, true, instance, DebugReportMessageEXT); in InitDriverTable()
|
H A D | driver_gen.h | 40 EXT_debug_report, enumerator
|
H A D | driver.cpp | 632 case ProcHook::EXT_debug_report: in FilterExtension() 704 case ProcHook::EXT_debug_report: in FilterExtension()
|