Searched refs:DisplayProperties2KHR (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 674 struct DisplayProperties2KHR; 13224 VULKAN_HPP_NAMESPACE::DisplayProperties2KHR * pProperties, 13227 template <typename DisplayProperties2KHRAllocator = std::allocator<DisplayProperties2KHR>, 13230 typename ResultValueType<std::vector<DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type 13233 typename DisplayProperties2KHRAllocator = std::allocator<DisplayProperties2KHR>, 13236 typename std::enable_if<std::is_same<typename B::value_type, DisplayProperties2KHR>::value, int>::type = 0> 13238 typename ResultValueType<std::vector<DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type
|
H A D | vulkan_structs.hpp | 22917 struct DisplayProperties2KHR struct 22926 DisplayProperties2KHR( VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR displayProperties_ = {} ) VULKAN_HPP_NOEXCEPT 22930 VULKAN_HPP_CONSTEXPR DisplayProperties2KHR( DisplayProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22932 DisplayProperties2KHR( VkDisplayProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT 22933 : DisplayProperties2KHR( *reinterpret_cast<DisplayProperties2KHR const *>( &rhs ) ) 22937 DisplayProperties2KHR & operator=( DisplayProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22939 DisplayProperties2KHR [all...] |
H A D | vulkan_funcs.hpp | 12562 VULKAN_HPP_NAMESPACE::DisplayProperties2KHR * pProperties, 12573 typename ResultValueType<std::vector<DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type 12577 std::vector<DisplayProperties2KHR, DisplayProperties2KHRAllocator> properties; in getDisplayProperties2KHR() 12603 typename std::enable_if<std::is_same<typename B::value_type, DisplayProperties2KHR>::value, int>::type> 12605 typename ResultValueType<std::vector<DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type 12610 std::vector<DisplayProperties2KHR, DisplayProperties2KHRAllocator> properties( displayProperties2KHRAllocator ); in getDisplayProperties2KHR() [all...] |
H A D | vulkan_raii.hpp | 2697 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> getDisplayProperties2KHR() const; 13175 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> 13182 std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> properties; in getDisplayProperties2KHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 803 struct DisplayProperties2KHR; 15021 VULKAN_HPP_NAMESPACE::DisplayProperties2KHR * pProperties, 15024 template <typename DisplayProperties2KHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR>, 15026 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type 15028 template <typename DisplayProperties2KHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR>, 15031 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayProperties2KHR>::value, int>::type = 0> 15032 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type
|
H A D | vulkan_static_assertions.hpp | 3090 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayProperties2KHR ) == sizeof( VkDisplayProperties2KHR ), 3092 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR>::value, "struct wrapper is not a standard layout!" ); 3093 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR>::value, 3094 "DisplayProperties2KHR is not nothrow_move_constructible!" );
|
H A D | vulkan_funcs.hpp | 12992 VULKAN_HPP_NAMESPACE::DisplayProperties2KHR * pProperties, 13003 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type 13008 std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR, DisplayProperties2KHRAllocator> properties; in getDisplayProperties2KHR() 13033 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayProperties2KHR>::value, int>::type> 13035 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR, DisplayProperties2KHRAllocator>>::type 13040 std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR, DisplayProperties2KHRAllocator> properties( displayProperties2KHRAllocator ); in getDisplayProperties2KHR() [all...] |
H A D | vulkan_structs.hpp | 32579 struct DisplayProperties2KHR global() struct [all...] |
H A D | vulkan_hash.hpp | 4306 struct hash<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> 4308 std::size_t operator()( VULKAN_HPP_NAMESPACE::DisplayProperties2KHR const & displayProperties2KHR ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_raii.hpp | 3402 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> getDisplayProperties2KHR() const; 17220 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> PhysicalDevice::getDisplayProperties2KHR() const in getDisplayProperties2KHR() 17225 std::vector<VULKAN_HPP_NAMESPACE::DisplayProperties2KHR> properties; in getDisplayProperties2KHR() [all...] |
Completed in 276 milliseconds