Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp34 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedCreateSwapchainKHR()
43 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedDestroySwapchainKHR()
51 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetSwapchainImagesKHR()
60 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImageKHR()
69 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) { in checkedQueuePresentKHR()
96 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetDeviceGroupPresentCapabilitiesKHR()
105 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetDeviceGroupSurfacePresentModesKHR()
114 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImage2KHR()
179 ProcHook::KHR_swapchain,
186 ProcHook::KHR_swapchain,
[all …]
Ddriver_gen.h49 KHR_swapchain, enumerator
Ddriver.cpp515 hook_extensions_.set(ProcHook::KHR_swapchain); in SanitizeExtensions()
648 case ProcHook::KHR_swapchain: in FilterExtension()
676 case ProcHook::KHR_swapchain: in FilterExtension()
739 hook_extensions_.set(ProcHook::KHR_swapchain); in FilterExtension()
Dapi_gen.cpp181 INIT_PROC_EXT(KHR_swapchain, false, instance, GetPhysicalDevicePresentRectanglesKHR); in InitDispatchTable()
317 INIT_PROC_EXT(KHR_swapchain, true, dev, CreateSwapchainKHR); in InitDispatchTable()
318 INIT_PROC_EXT(KHR_swapchain, true, dev, DestroySwapchainKHR); in InitDispatchTable()
319 INIT_PROC_EXT(KHR_swapchain, true, dev, GetSwapchainImagesKHR); in InitDispatchTable()
320 INIT_PROC_EXT(KHR_swapchain, true, dev, AcquireNextImageKHR); in InitDispatchTable()
321 INIT_PROC_EXT(KHR_swapchain, true, dev, QueuePresentKHR); in InitDispatchTable()
327 INIT_PROC_EXT(KHR_swapchain, false, dev, GetDeviceGroupPresentCapabilitiesKHR); in InitDispatchTable()
328 INIT_PROC_EXT(KHR_swapchain, false, dev, GetDeviceGroupSurfacePresentModesKHR); in InitDispatchTable()
329 INIT_PROC_EXT(KHR_swapchain, false, dev, AcquireNextImage2KHR); in InitDispatchTable()