Searched defs:vkGetPhysicalDeviceWaylandPresentationSupportKHR (Results 1 - 3 of 3) sorted by relevance

/external/vulkan-validation-layers/loader/
H A Dwsi.c885 vkGetPhysicalDeviceWaylandPresentationSupportKHR( function
912 "vkGetPhysicalDeviceWaylandPresentationSupportKHR not executed!\n");
1633 if (!strcmp("vkGetPhysicalDeviceWaylandPresentationSupportKHR", name)) {
1635 ? (void *)vkGetPhysicalDeviceWaylandPresentationSupportKHR
/external/vulkan-validation-layers/common/
H A Dvulkan_wrapper.cpp198 vkGetPhysicalDeviceWaylandPresentationSupportKHR = reinterpret_cast<PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR>(dlsym(libvulkan, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"));
386 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR; variable
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp1093 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display) function in namespace:wrap_objects
1553 if (!strcmp("vkGetPhysicalDeviceWaylandPresentationSupportKHR", funcName))
1554 return reinterpret_cast<PFN_vkVoidFunction>(vkGetPhysicalDeviceWaylandPresentationSupportKHR);

Completed in 317 milliseconds