Home
last modified time | relevance | path

Searched refs:ExternalFormatANDROID (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp24891 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 Dvulkan.hpp8352 struct StructExtends<ExternalFormatANDROID, ImageCreateInfo>
8360 struct StructExtends<ExternalFormatANDROID, SamplerYcbcrConversionCreateInfo>
H A Dvulkan_handles.hpp704 struct ExternalFormatANDROID;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp11264 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 Dvulkan_static_assertions.hpp3214 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 Dvulkan_structs.hpp36159 struct ExternalFormatANDROID global() struct
[all...]
H A Dvulkan_hash.hpp4815 struct hash<VULKAN_HPP_NAMESPACE::ExternalFormatANDROID>
4817 std::size_t operator()( VULKAN_HPP_NAMESPACE::ExternalFormatANDROID const & externalFormatANDROID ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp833 struct ExternalFormatANDROID;

Completed in 220 milliseconds