Home
last modified time | relevance | path

Searched defs:ClearValue (Results 1 – 10 of 10) 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/grpc/src/csharp/Grpc.IntegrationTesting/
DMetrics.cs160 public void ClearValue() { in ClearValue() method in Grpc.Testing.GaugeResponse
DControl.cs1096 public void ClearValue() { in ClearValue() method in Grpc.Testing.ChannelArg
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs509 public void ClearValue() { in ClearValue() method in Grpc.Core.Metric
/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.hpp10969 union ClearValue union
10974 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( c… in ClearValue() function
10976 VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) in ClearValue() function