Home
last modified time | relevance | path

Searched defs:ClearValue (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTexture.h49 enum class ClearValue { Zero, NonZero }; class in dawn_native::TextureBase
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.h135 VkClearValue ClearValue; member
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A 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/
H A DBlitter.cpp170 union ClearValue in fastClear() union
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp13786 union ClearValue union
13791 VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( color_ ) {} in ClearValue() function
13793 VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) : depthStencil( depthStencil_ ) {} in ClearValue() function
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10750 union ClearValue union
10759 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( color_ ) {} in ClearValue() function
10761 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) : depthStencil( depthStencil_ ) {} in ClearValue() function
[all...]

Completed in 103 milliseconds