Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceWaylandPresentationSupportKHR (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl34 …eWaylandPresentationSupportKHRFunc) GET_PROC_ADDR("vkGetPhysicalDeviceWaylandPresentationSupportK…
DvkNullDriverImpl.inl1416 …VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceWaylandPresentationSupportKHR, getPhysicalDeviceWaylandPrese…
/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h212 …FN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportK…
Dvulkan_wrapper.cpp198vkGetPhysicalDeviceWaylandPresentationSupportKHR = reinterpret_cast<PFN_vkGetPhysicalDeviceWayland… in InitVulkan()
386 …FN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportK… variable
/external/vulkan-validation-layers/loader/
Dwsi.c885 vkGetPhysicalDeviceWaylandPresentationSupportKHR( in vkGetPhysicalDeviceWaylandPresentationSupportKHR() function
1635 ? (void *)vkGetPhysicalDeviceWaylandPresentationSupportKHR in wsi_swapchain_instance_gpa()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp1093 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice ph… in vkGetPhysicalDeviceWaylandPresentationSupportKHR() function
1554 … return reinterpret_cast<PFN_vkVoidFunction>(vkGetPhysicalDeviceWaylandPresentationSupportKHR); in vkGetInstanceProcAddr()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md374 - vkGetPhysicalDeviceWaylandPresentationSupportKHR
Dvk_validation_error_database.txt1847vkGetPhysicalDeviceWaylandPresentationSupportKHR~^~For more information refer to Vulkan Spec Secti…
1848vkGetPhysicalDeviceWaylandPresentationSupportKHR~^~For more information refer to Vulkan Spec Secti…
1849vkGetPhysicalDeviceWaylandPresentationSupportKHR~^~For more information refer to Vulkan Spec Secti…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3626 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
Dvulkan.hpp18178 …return vkGetPhysicalDeviceWaylandPresentationSupportKHR( m_physicalDevice, queueFamilyIndex, displ… in getWaylandPresentationSupportKHR()
18186 …return vkGetPhysicalDeviceWaylandPresentationSupportKHR( m_physicalDevice, queueFamilyIndex, &disp… in getWaylandPresentationSupportKHR()
/external/mesa3d/include/vulkan/
Dvulkan.h3635 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3811 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1545 vkGetPhysicalDeviceWaylandPresentationSupportKHR(gpu(), 0, &wayland_display); in TEST_F()