Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dfeature.rs4 let has_feature = $object.$feature.is_some(); localVariable
/aosp_15_r20/external/nos/host/generic/libnos/
Dfeature.cpp23 bool has_feature(NuggetClientInterface& nug, enum feature_support_app_id app_id, in has_feature() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/
Dbuild.rs193 fn has_feature(feature: &str) -> bool { in has_feature() function
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc112 bool hb_ot_map_builder_t::has_feature (hb_tag_t tag) in has_feature() function in hb_ot_map_builder_t
/aosp_15_r20/packages/modules/adb/
Dtransport.cpp1264 bool atransport::has_feature(const std::string& feature) const { in has_feature() function in atransport
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1685 bool needs_feature = false, has_feature = false; in ValidateShaderCapabilities() local
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.c387 static inline bool has_feature(enum features_id feature_id) in has_feature() function