Home
last modified time | relevance | path

Searched defs:PhysicalDeviceCustomBorderColorFeaturesEXT (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp40258 struct PhysicalDeviceCustomBorderColorFeaturesEXT struct
40260 using NativeType = VkPhysicalDeviceCustomBorderColorFeaturesEXT;
40262 static const bool allowDuplicate = false;
40263 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
40267 VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorFeaturesEXT( in PhysicalDeviceCustomBorderColorFeaturesEXT() function
40277PhysicalDeviceCustomBorderColorFeaturesEXT( VkPhysicalDeviceCustomBorderColorFeaturesEXT const & r… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
40290 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorFeaturesEXT const *… in operator =()
40295 PhysicalDeviceCustomBorderColorFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
40302 setCustomBorderColors( VULKAN_HPP_NAMESPACE::Bool32 customBorderColors_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColors()
40308 PhysicalDeviceCustomBorderColorFeaturesEXT & setCustomBorderColorWithoutFormat( in setCustomBorderColorWithoutFormat()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp59817 struct PhysicalDeviceCustomBorderColorFeaturesEXT struct
59819 using NativeType = VkPhysicalDeviceCustomBorderColorFeaturesEXT;
59821 static const bool allowDuplicate = false;
59822 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCustomBorderColorFeaturesEXT;
59825 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 cust… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
59836PhysicalDeviceCustomBorderColorFeaturesEXT( VkPhysicalDeviceCustomBorderColorFeaturesEXT const & r… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
59846 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorFeaturesEXT const *… in operator =()
59851 …TEXPR_14 PhysicalDeviceCustomBorderColorFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
59858 setCustomBorderColors( VULKAN_HPP_NAMESPACE::Bool32 customBorderColors_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColors()
59865 …orWithoutFormat( VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColorWithoutFormat()
[all …]