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.hpp69086 struct PhysicalDeviceCustomBorderColorFeaturesEXT struct
69088 using NativeType = VkPhysicalDeviceCustomBorderColorFeaturesEXT;
69090 static const bool allowDuplicate = false;
69091 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCustomBorderColorFeaturesEXT;
69094 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 cust… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
69105PhysicalDeviceCustomBorderColorFeaturesEXT( VkPhysicalDeviceCustomBorderColorFeaturesEXT const & r… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
69115 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorFeaturesEXT const *… in operator =()
69120 …TEXPR_14 PhysicalDeviceCustomBorderColorFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
69127 setCustomBorderColors( VULKAN_HPP_NAMESPACE::Bool32 customBorderColors_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColors()
69134 …orWithoutFormat( VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColorWithoutFormat()
[all …]