Home
last modified time | relevance | path

Searched defs:ClearValue (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h49 enum class ClearValue { Zero, NonZero }; enum
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.h95 VkClearValue ClearValue; member
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h135 VkClearValue ClearValue; member
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2512 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.OneofMerging
2979 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp170 union ClearValue in fastClear() union
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp10750 union ClearValue union
10754 ClearValue( VULKAN_HPP_NAMESPACE::ClearValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearValue() function
10759 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( color_ ) {} in ClearValue() function
10761ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) : depthStencil( depthSten… in ClearValue() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp12428 union ClearValue union
12433 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( c… in ClearValue() function
12435 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) :… in ClearValue() function