Searched refs:DisplayPropertiesKHR (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 386 struct DisplayPropertiesKHR; 12615 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR * pProperties, 12618 template <typename DisplayPropertiesKHRAllocator = std::allocator<DisplayPropertiesKHR>, 12621 typename ResultValueType<std::vector<DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type 12623 template <typename DisplayPropertiesKHRAllocator = std::allocator<DisplayPropertiesKHR>, 12626 typename std::enable_if<std::is_same<typename B::value_type, DisplayPropertiesKHR>::value, int>::type = 0> 12628 typename ResultValueType<std::vector<DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type
|
H A D | vulkan_structs.hpp | 22837 struct DisplayPropertiesKHR struct 22843 DisplayPropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR display_ = {}, 22859 VULKAN_HPP_CONSTEXPR DisplayPropertiesKHR( DisplayPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22861 DisplayPropertiesKHR( VkDisplayPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT 22862 : DisplayPropertiesKHR( *reinterpret_cast<DisplayPropertiesKHR const *>( &rhs ) ) 22866 DisplayPropertiesKHR & operator=( DisplayPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22868 DisplayPropertiesKHR [all...] |
H A D | vulkan_funcs.hpp | 7611 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR * pProperties, 7622 typename ResultValueType<std::vector<DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type 7626 std::vector<DisplayPropertiesKHR, DisplayPropertiesKHRAllocator> properties; in getDisplayPropertiesKHR() 7652 typename std::enable_if<std::is_same<typename B::value_type, DisplayPropertiesKHR>::value, int>::type> 7654 typename ResultValueType<std::vector<DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type 7659 std::vector<DisplayPropertiesKHR, DisplayPropertiesKHRAllocator> properties( displayPropertiesKHRAllocator ); in getDisplayPropertiesKHR() [all...] |
H A D | vulkan_raii.hpp | 2545 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> getDisplayPropertiesKHR() const; 11218 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> 11225 std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> properties; in getDisplayPropertiesKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 494 struct DisplayPropertiesKHR; 14489 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR * pProperties, 14492 template <typename DisplayPropertiesKHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR>, 14494 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type 14496 template <typename DisplayPropertiesKHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR>, 14499 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR>::value, int>::type = 0> 14500 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type
|
H A D | vulkan_static_assertions.hpp | 1891 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR ) == sizeof( VkDisplayPropertiesKHR ), "struct and wrapper have different size!" ); 1892 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR>::value, "struct wrapper is not a standard layout!" ); 1893 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR>::value, 1894 "DisplayPropertiesKHR is not nothrow_move_constructible!" );
|
H A D | vulkan_funcs.hpp | 8095 VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR * pProperties, 8105 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type 8110 std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR, DisplayPropertiesKHRAllocator> properties; in getDisplayPropertiesKHR() 8135 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR>::value, int>::type> 8136 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR, DisplayPropertiesKHRAllocator>>::type 8141 std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR, DisplayPropertiesKHRAllocator> properties( displayPropertiesKHRAllocator ); in getDisplayPropertiesKHR() [all...] |
H A D | vulkan_structs.hpp | 32467 struct DisplayPropertiesKHR global() struct [all...] |
H A D | vulkan_hash.hpp | 4286 struct hash<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> 4288 std::size_t operator()( VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR const & displayPropertiesKHR ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_raii.hpp | 3253 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> getDisplayPropertiesKHR() const; 14967 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> PhysicalDevice::getDisplayPropertiesKHR() const in getDisplayPropertiesKHR() 14972 std::vector<VULKAN_HPP_NAMESPACE::DisplayPropertiesKHR> properties; in getDisplayPropertiesKHR() [all...] |
Completed in 301 milliseconds