Home
last modified time | relevance | path

Searched refs:KHR_swapchain (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp35 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedCreateSwapchainKHR()
44 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedDestroySwapchainKHR()
52 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetSwapchainImagesKHR()
61 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImageKHR()
70 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) { in checkedQueuePresentKHR()
79 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetDeviceGroupPresentCapabilitiesKHR()
88 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetDeviceGroupSurfacePresentModesKHR()
97 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImage2KHR()
163 ProcHook::KHR_swapchain,
170 ProcHook::KHR_swapchain,
[all …]
Ddriver_gen.h45 KHR_swapchain, enumerator
Ddriver.cpp445 hook_extensions_.set(ProcHook::KHR_swapchain); in SanitizeExtensions()
543 case ProcHook::KHR_swapchain: in FilterExtension()
569 case ProcHook::KHR_swapchain: in FilterExtension()
626 hook_extensions_.set(ProcHook::KHR_swapchain); in FilterExtension()
Dapi_gen.cpp181 INIT_PROC_EXT(KHR_swapchain, false, instance, GetPhysicalDevicePresentRectanglesKHR); in InitDispatchTable()
333 INIT_PROC_EXT(KHR_swapchain, true, dev, CreateSwapchainKHR); in InitDispatchTable()
334 INIT_PROC_EXT(KHR_swapchain, true, dev, DestroySwapchainKHR); in InitDispatchTable()
335 INIT_PROC_EXT(KHR_swapchain, true, dev, GetSwapchainImagesKHR); in InitDispatchTable()
336 INIT_PROC_EXT(KHR_swapchain, true, dev, AcquireNextImageKHR); in InitDispatchTable()
337 INIT_PROC_EXT(KHR_swapchain, true, dev, QueuePresentKHR); in InitDispatchTable()
338 INIT_PROC_EXT(KHR_swapchain, false, dev, GetDeviceGroupPresentCapabilitiesKHR); in InitDispatchTable()
339 INIT_PROC_EXT(KHR_swapchain, false, dev, GetDeviceGroupSurfacePresentModesKHR); in InitDispatchTable()
340 INIT_PROC_EXT(KHR_swapchain, false, dev, AcquireNextImage2KHR); in InitDispatchTable()