Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp29713 struct DisplayPresentInfoKHR struct
29715 using NativeType = VkDisplayPresentInfoKHR;
29717 static const bool allowDuplicate = false;
29718 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;
29721 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function
29734 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
29744 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
29749 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
29755 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
29761 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp27402 struct DisplayPresentInfoKHR struct
27411 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR(VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, VULKAN_HPP_N… in DisplayPresentInfoKHR() function
27417 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
27427 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
27432 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
27438 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
27444 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
27450 …splayPresentInfoKHR & setPersistent( VULKAN_HPP_NAMESPACE::Bool32 persistent_ ) VULKAN_HPP_NOEXCEPT in setPersistent()
27458 operator VkDisplayPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR const&()
27463 operator VkDisplayPresentInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPresentInfoKHR&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp30582 struct DisplayPresentInfoKHR struct
30584 using NativeType = VkDisplayPresentInfoKHR;
30586 static const bool allowDuplicate = false;
30587 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDisplayPresentInfoKHR;
30590 VULKAN_HPP_CONSTEXPR DisplayPresentInfoKHR( VULKAN_HPP_NAMESPACE::Rect2D srcRect_ = {}, in DisplayPresentInfoKHR() function
30603 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPresentInfoKHR() function
30613 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR const *>( &rhs ); in operator =()
30618 …VULKAN_HPP_CONSTEXPR_14 DisplayPresentInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
30624 …layPresentInfoKHR & setSrcRect( VULKAN_HPP_NAMESPACE::Rect2D const & srcRect_ ) VULKAN_HPP_NOEXCEPT in setSrcRect()
30630 …layPresentInfoKHR & setDstRect( VULKAN_HPP_NAMESPACE::Rect2D const & dstRect_ ) VULKAN_HPP_NOEXCEPT in setDstRect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs10069 pub struct DisplayPresentInfoKHR { struct
10076 impl ::std::default::Default for DisplayPresentInfoKHR { implementation
10087 impl DisplayPresentInfoKHR { impl
10101 unsafe impl ExtendsPresentInfoKHR for DisplayPresentInfoKHR {} implementation
10129 pub fn build(self) -> DisplayPresentInfoKHR { in build()