Home
last modified time | relevance | path

Searched defs:DisplayPlanePropertiesKHR (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp27139 struct DisplayPlanePropertiesKHR struct
27147 VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR(VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay_ = {… in DisplayPlanePropertiesKHR() function
27153 DisplayPlanePropertiesKHR( VkDisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPlanePropertiesKHR() function
27163 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR const *>( &rhs ); in operator =()
27168 operator VkDisplayPlanePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPlanePropertiesKHR const&()
27173 operator VkDisplayPlanePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPlanePropertiesKHR&()
27184 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
27194 bool operator==( DisplayPlanePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
27225 VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR(VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR dis… in DisplayPlaneProperties2KHR()