Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp10617 union ClearColorValue union
10621 ClearColorValue( VULKAN_HPP_NAMESPACE::ClearColorValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearColorValue() function
10626 ClearColorValue( const std::array<float, 4> & float32_ = {} ) : float32( float32_ ) {} in ClearColorValue() function
10628 ClearColorValue( const std::array<int32_t, 4> & int32_ ) : int32( int32_ ) {} in ClearColorValue() function
10630 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) : uint32( uint32_ ) {} in ClearColorValue() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13638 union ClearColorValue union
13643 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<float, 4> & float32_ = {} ) : float32( f… in ClearColorValue() function
13645 …VULKAN_HPP_CONSTEXPR ClearColorValue( float float32_0, float float32_1, float float32_2, float flo… in ClearColorValue() function
13650 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<int32_t, 4> & int32_ ) : int32( int32_ )… in ClearColorValue() function
13652 …VULKAN_HPP_CONSTEXPR ClearColorValue( int32_t int32_0, int32_t int32_1, int32_t int32_2, int32_t i… in ClearColorValue() function
13657 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) : uint32( uint3… in ClearColorValue() function
13659 …VULKAN_HPP_CONSTEXPR ClearColorValue( uint32_t uint32_0, uint32_t uint32_1, uint32_t uint32_2, uin… in ClearColorValue() function