Home
last modified time | relevance | path

Searched refs:PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/include/vulkan/
H A Dvulkan_wayland.h35 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_wayland.h35 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); typedef
H A Dvulkan.hpp11114 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0;
12163 vkGetPhysicalDeviceWaylandPresentationSupportKHR = PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR(
H A Dvulkan_raii.hpp336 vkGetPhysicalDeviceWaylandPresentationSupportKHR = PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( in init()
595 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_wayland.h35 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_wayland.h36 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); typedef
H A Dvulkan.hpp16673 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0;
17886 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR" ) );
H A Dvulkan_raii.hpp163 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR" ) ); in InstanceDispatcher()
469 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0;
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h287 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR GetPhysicalDeviceWaylandPresentationSupportKHR;
H A Dvk_layer_dispatch_table.h114 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR GetPhysicalDeviceWaylandPresentationSupportKHR;
H A Dvk_dispatch_table_helper.h832 (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)gpa(instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c1301 table->GetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)gpa(inst, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in loader_init_instance_extension_dispatch_table()
/third_party/glfw/src/
H A Dwl_platform.h43 typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice,uint32_t,struct wl_display*); typedef
H A Dwl_window.c3231 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR in _glfwGetPhysicalDevicePresentationSupportWayland()
3233 (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR) in _glfwGetPhysicalDevicePresentationSupportWayland()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h975 extern PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR;
H A Dvolk.c281 vkGetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)load(context, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in volkGenLoadInstance()
1590 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR;
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h218 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = nullptr;
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h817 (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)gpa(instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in layer_init_instance_dispatch_table()

Completed in 154 milliseconds