Home | History | Annotate | Download | only in layers

Lines Matching defs:intercept_khr_swapchain_command

2325 static PFN_vkVoidFunction intercept_khr_swapchain_command(const char *name, VkDevice dev);
2339 proc = intercept_khr_swapchain_command(funcName, device);
2353 proc = intercept_khr_swapchain_command(funcName, VK_NULL_HANDLE);
2477 static PFN_vkVoidFunction intercept_khr_swapchain_command(const char *name, VkDevice dev) {