/external/rust/android-crates-io/crates/vulkano/src/ |
D | format.rs | 395 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/ |
D | dns_sd_txt_record.cc | 87 Error DnsSdTxtRecord::ClearValue(const std::string& key) { in ClearValue() function in openscreen::discovery::DnsSdTxtRecord
|
/external/ot-br-posix/src/common/ |
D | code_utils.hpp | 225 void ClearValue(void) in ClearValue() function in Optional
|
/external/federated-compute/fcp/base/ |
D | monitoring.h | 406 void ClearValue() { in ClearValue() function
|
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestIssues.cs | 2730 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/ |
D | UnittestIssues.cs | 2730 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/ |
D | UnittestIssues.cs | 2730 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/ |
D | Blitter.cpp | 179 union ClearValue in fastClear() union
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 13906 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/ |
D | vulkan_structs.hpp | 13676 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/ |
D | vulkan_structs.hpp | 16421 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/ |
D | definitions.rs | 7983 impl ::std::default::Default for ClearValue { implementation
|