Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp32505 struct DisplayPresentInfoKHR struct
32507 using NativeType = VkDisplayPresentInfoKHR;
32509 static const bool allowDuplicate = false;
32510 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;
32513 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function
32526 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
32536 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
32541 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32547 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
32553 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp32173 struct DisplayPresentInfoKHR struct
32175 using NativeType = VkDisplayPresentInfoKHR;
32177 static const bool allowDuplicate = false;
32178 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;
32181 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function
32194 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
32204 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
32209 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32215 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
32221 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp39623 struct DisplayPresentInfoKHR struct
39625 using NativeType = VkDisplayPresentInfoKHR;
39627 static const bool allowDuplicate = false;
39628 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;
39631 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function
39644 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
39654 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
39659 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
39665 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
39671 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs11244 pub struct DisplayPresentInfoKHR { struct
11251 impl ::std::default::Default for DisplayPresentInfoKHR { argument
11263 unsafe impl TaggedStructure for DisplayPresentInfoKHR { implementation
11266 impl DisplayPresentInfoKHR { implementation
11280 unsafe impl ExtendsPresentInfoKHR for DisplayPresentInfoKHR {} implementation
11311 pub fn build(self) -> DisplayPresentInfoKHR { in build()