Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp63450 struct SurfaceFormat2KHR struct
63457SurfaceFormat2KHR( VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {} ) VULKAN_HPP_NOEXCEPT in SurfaceFormat2KHR() function
63463 SurfaceFormat2KHR( VkSurfaceFormat2KHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormat2KHR() function
63473 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR const *>( &rhs ); in operator =()
63477 operator VkSurfaceFormat2KHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR const&()
63482 operator VkSurfaceFormat2KHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR&()
63490 bool operator==( SurfaceFormat2KHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
63495 bool operator!=( SurfaceFormat2KHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
63502 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSurfaceFormat2KHR;
63503 void * pNext = {};
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp53979 struct SurfaceFormat2KHR struct
53985 …VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR(VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {})… in SurfaceFormat2KHR() function
53991 SurfaceFormat2KHR( VkSurfaceFormat2KHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormat2KHR() function
53999 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR const *>( &rhs ); in operator =()
54003 SurfaceFormat2KHR & operator=( SurfaceFormat2KHR const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
54010 operator VkSurfaceFormat2KHR const&() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR const&()
54015 operator VkSurfaceFormat2KHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR&()
54024 bool operator==( SurfaceFormat2KHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54031 bool operator!=( SurfaceFormat2KHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54040 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSurfaceFormat2KHR;
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp54157 struct SurfaceFormat2KHR struct
54163 …VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR(VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {})… in SurfaceFormat2KHR() function
54169 SurfaceFormat2KHR( VkSurfaceFormat2KHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormat2KHR() function
54177 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormat2KHR const *>( &rhs ); in operator =()
54181 SurfaceFormat2KHR & operator=( SurfaceFormat2KHR const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
54188 operator VkSurfaceFormat2KHR const&() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR const&()
54193 operator VkSurfaceFormat2KHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormat2KHR&()
54202 bool operator==( SurfaceFormat2KHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
54209 bool operator!=( SurfaceFormat2KHR const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
54218 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSurfaceFormat2KHR;
[all …]