Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp12839 union ClearColorValue union
12844 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<float, 4> & float32_ = {} ) : float32( f… in ClearColorValue() function
12846 …VULKAN_HPP_CONSTEXPR ClearColorValue( float float32_0, float float32_1, float float32_2, float flo… in ClearColorValue() function
12851 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<int32_t, 4> & int32_ ) : int32( int32_ )… in ClearColorValue() function
12853 …VULKAN_HPP_CONSTEXPR ClearColorValue( int32_t int32_0, int32_t int32_1, int32_t int32_2, int32_t i… in ClearColorValue() function
12858 …VULKAN_HPP_CONSTEXPR_14 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) : uint32( uint3… in ClearColorValue() function
12860 …VULKAN_HPP_CONSTEXPR ClearColorValue( uint32_t uint32_0, uint32_t uint32_1, uint32_t uint32_2, uin… in ClearColorValue() function
/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