Searched refs:ExternalFormatANDROID (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 24891 struct ExternalFormatANDROID struct 24899 VULKAN_HPP_CONSTEXPR ExternalFormatANDROID( uint64_t externalFormat_ = {} ) VULKAN_HPP_NOEXCEPT 24903 VULKAN_HPP_CONSTEXPR ExternalFormatANDROID( ExternalFormatANDROID const & rhs ) VULKAN_HPP_NOEXCEPT = default; 24905 ExternalFormatANDROID( VkExternalFormatANDROID const & rhs ) VULKAN_HPP_NOEXCEPT 24906 : ExternalFormatANDROID( *reinterpret_cast<ExternalFormatANDROID const *>( &rhs ) ) 24910 ExternalFormatANDROID & operator=( ExternalFormatANDROID const & rhs ) VULKAN_HPP_NOEXCEPT = default; 24912 ExternalFormatANDROID [all...] |
H A D | vulkan.hpp | 8352 struct StructExtends<ExternalFormatANDROID, ImageCreateInfo> 8360 struct StructExtends<ExternalFormatANDROID, SamplerYcbcrConversionCreateInfo>
|
H A D | vulkan_handles.hpp | 704 struct ExternalFormatANDROID;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 11264 struct StructExtends<ExternalFormatANDROID, ImageCreateInfo> 11273 struct StructExtends<ExternalFormatANDROID, SamplerYcbcrConversionCreateInfo> 11282 struct StructExtends<ExternalFormatANDROID, AttachmentDescription2> 11291 struct StructExtends<ExternalFormatANDROID, GraphicsPipelineCreateInfo> 11300 struct StructExtends<ExternalFormatANDROID, CommandBufferInheritanceInfo>
|
H A D | vulkan_static_assertions.hpp | 3214 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalFormatANDROID ) == sizeof( VkExternalFormatANDROID ), 3216 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::ExternalFormatANDROID>::value, "struct wrapper is not a standard layout!" ); 3217 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::ExternalFormatANDROID>::value, 3218 "ExternalFormatANDROID is not nothrow_move_constructible!" );
|
H A D | vulkan_structs.hpp | 36159 struct ExternalFormatANDROID global() struct [all...] |
H A D | vulkan_hash.hpp | 4815 struct hash<VULKAN_HPP_NAMESPACE::ExternalFormatANDROID> 4817 std::size_t operator()( VULKAN_HPP_NAMESPACE::ExternalFormatANDROID const & externalFormatANDROID ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_handles.hpp | 833 struct ExternalFormatANDROID;
|
Completed in 220 milliseconds