Home
last modified time | relevance | path

Searched refs:currentDisplay (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c566 prop->currentDisplay = wsi_display_connector_to_handle(connector); in wsi_display_fill_in_display_plane_properties()
569 prop->currentDisplay = VK_NULL_HANDLE; in wsi_display_fill_in_display_plane_properties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/
Ddisplay.adoc197 * pname:currentDisplay is the handle of the display the plane is currently
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2096 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentDisplay ); in operator ()()
Dvulkan_hash.hpp3791 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentDisplay ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7875 VkDisplayKHR currentDisplay; member