Searched refs:KHR_surface (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 286 ProcHook::KHR_surface, 461 ProcHook::KHR_surface, 475 ProcHook::KHR_surface, 482 ProcHook::KHR_surface, 489 ProcHook::KHR_surface, 603 if (strcmp(name, "VK_KHR_surface") == 0) return ProcHook::KHR_surface; in GetProcHookExtension()
|
D | driver_gen.h | 49 KHR_surface, enumerator
|
D | driver.cpp | 662 case ProcHook::KHR_surface: in FilterExtension() 751 case ProcHook::KHR_surface: in FilterExtension()
|
D | api_gen.cpp | 165 INIT_PROC_EXT(KHR_surface, true, instance, DestroySurfaceKHR); in InitDispatchTable() 166 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceSupportKHR); in InitDispatchTable() 167 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceCapabilitiesKHR); in InitDispatchTable() 168 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceFormatsKHR); in InitDispatchTable() 169 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfacePresentModesKHR); in InitDispatchTable()
|