Searched refs:vkGetPhysicalDeviceWaylandPresentationSupportKHR (Results 1 - 8 of 8) sorted by relevance

/external/vulkan-validation-layers/common/
H A Dvulkan_wrapper.h212 extern PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR;
H A Dvulkan_wrapper.cpp230 vkGetPhysicalDeviceWaylandPresentationSupportKHR = reinterpret_cast<PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR>(
231 dlsym(libvulkan, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"));
421 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR; variable
/external/vulkan-validation-layers/loader/
H A Dwsi.c767 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, function
789 "VK_KHR_wayland_surface extension not enabled. vkGetPhysicalDeviceWaylandPresentationSupportKHR not executed!\n");
795 "ICD for selected physical device is not exporting vkGetPhysicalDeviceWaylandPresentationSupportKHR!\n");
1472 if (!strcmp("vkGetPhysicalDeviceWaylandPresentationSupportKHR", name)) {
1473 *addr = ptr_instance->wsi_wayland_surface_enabled ? (void *)vkGetPhysicalDeviceWaylandPresentationSupportKHR : NULL;
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp1095 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display) function in namespace:wrap_objects
1555 if (!strcmp("vkGetPhysicalDeviceWaylandPresentationSupportKHR", funcName))
1556 return reinterpret_cast<PFN_vkVoidFunction>(vkGetPhysicalDeviceWaylandPresentationSupportKHR);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriverImpl.inl1828 VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceWaylandPresentationSupportKHR, getPhysicalDeviceWaylandPresentationSupportKHR),
/external/mesa3d/include/vulkan/
H A Dvulkan.h3635 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h3950 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
H A Dvulkan.hpp[all...]

Completed in 638 milliseconds