Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/
Dformat.rs395 pub enum ClearValue { enum
415 impl From<ClearValue> for ash::vk::ClearValue { implementation
444 impl From<ClearColorValue> for ClearValue { implementation
455 impl From<[f32; 1]> for ClearValue { implementation
462 impl From<[f32; 2]> for ClearValue { implementation
469 impl From<[f32; 3]> for ClearValue { implementation
476 impl From<[f32; 4]> for ClearValue { implementation
483 impl From<[u32; 1]> for ClearValue { implementation
490 impl From<[u32; 2]> for ClearValue { implementation
497 impl From<[u32; 3]> for ClearValue { implementation
[all …]
/external/openscreen/discovery/dnssd/public/
Ddns_sd_txt_record.cc87 Error DnsSdTxtRecord::ClearValue(const std::string& key) { in ClearValue() function in openscreen::discovery::DnsSdTxtRecord
/external/ot-br-posix/src/common/
Dcode_utils.hpp225 void ClearValue(void) in ClearValue() function in Optional
/external/federated-compute/fcp/base/
Dmonitoring.h406 void ClearValue() { in ClearValue() function
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2730 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.OneofMerging
3236 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2730 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.OneofMerging
3236 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2730 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.OneofMerging
3236 public void ClearValue() { in ClearValue() method in UnitTest.Issues.TestProtos.NullValueOutsideStruct
/external/swiftshader/src/Device/
DBlitter.cpp179 union ClearValue in fastClear() union
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13906 union ClearValue union
13911 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( c… in ClearValue() function
13913 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) :… in ClearValue() function
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp13676 union ClearValue union
13681 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( c… in ClearValue() function
13683 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) :… in ClearValue() function
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp16421 union ClearValue union
16426 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearColorValue color_ = {} ) : color( c… in ClearValue() function
16428 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) :… in ClearValue() function
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs7983 impl ::std::default::Default for ClearValue { implementation