Searched refs:KHR_surface (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 261 ProcHook::KHR_surface, 366 ProcHook::KHR_surface, 380 ProcHook::KHR_surface, 387 ProcHook::KHR_surface, 394 ProcHook::KHR_surface, 479 if (strcmp(name, "VK_KHR_surface") == 0) return ProcHook::KHR_surface; in GetProcHookExtension()
|
D | driver_gen.h | 44 KHR_surface, enumerator
|
D | driver.cpp | 525 case ProcHook::KHR_surface: in FilterExtension() 592 case ProcHook::KHR_surface: in FilterExtension()
|
D | api_gen.cpp | 176 INIT_PROC_EXT(KHR_surface, true, instance, DestroySurfaceKHR); in InitDispatchTable() 177 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceSupportKHR); in InitDispatchTable() 178 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceCapabilitiesKHR); in InitDispatchTable() 179 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceFormatsKHR); in InitDispatchTable() 180 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfacePresentModesKHR); in InitDispatchTable()
|