Home
last modified time | relevance | path

Searched refs:get_bool (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/tint/test/expressions/splat/call/
Dbool.wgsl.expected.spvasm11 OpName %get_bool "get_bool"
34 %get_bool = OpFunction %bool None %5
43 %13 = OpFunctionCall %bool %get_bool
46 %19 = OpFunctionCall %bool %get_bool
49 %25 = OpFunctionCall %bool %get_bool
Dbool.wgsl.expected.msl4 bool get_bool() {
9 bool2 v2 = bool2(get_bool());
10 bool3 v3 = bool3(get_bool());
11 bool4 v4 = bool4(get_bool());
Dbool.wgsl.expected.hlsl6 bool get_bool() {
11 bool2 v2 = bool2((get_bool()).xx);
12 bool3 v3 = bool3((get_bool()).xxx);
13 bool4 v4 = bool4((get_bool()).xxxx);
Dbool.wgsl1 fn get_bool() -> bool { return true; }
4 var v2 : vec2<bool> = vec2<bool>(get_bool());
5 var v3 : vec3<bool> = vec3<bool>(get_bool());
6 var v4 : vec4<bool> = vec4<bool>(get_bool());
Dbool.wgsl.expected.wgsl1 fn get_bool() -> bool {
6 var v2 : vec2<bool> = vec2<bool>(get_bool());
7 var v3 : vec3<bool> = vec3<bool>(get_bool());
8 var v4 : vec4<bool> = vec4<bool>(get_bool());
/third_party/alsa-utils/iecset/
Diecset.c26 static int get_bool(const char *str) in get_bool() function
115 val = get_bool(arg); in parse_command()
118 val = !get_bool(arg); in parse_command()
/third_party/cef/include/capi/
Dcef_values_capi.h113 int(CEF_CALLBACK* get_bool)(struct _cef_value_t* self);
389 int(CEF_CALLBACK* get_bool)(struct _cef_dictionary_value_t* self,
616 int(CEF_CALLBACK* get_bool)(struct _cef_list_value_t* self, size_t index);
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.cc164 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool()
170 int _retval = _struct->get_bool(_struct); in GetBool()
Dlist_value_ctocpp.cc247 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool()
253 int _retval = _struct->get_bool(_struct, index); in GetBool()
Ddictionary_value_ctocpp.cc306 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool()
317 int _retval = _struct->get_bool(_struct, key.GetStruct()); in GetBool()
/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp121 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() function
487 bool fcOutline = get_bool(fPattern, FC_OUTLINE, true); in onFilterRec()
505 if (get_bool(fPattern, FC_EMBOLDEN)) { in onFilterRec()
516 if (get_matrix(fPattern, FC_MATRIX) || get_bool(fPattern, FC_EMBOLDEN)) { in onGetAdvancedMetrics()
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp145 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() function
511 bool fcOutline = get_bool(fPattern, FC_OUTLINE, true); in onFilterRec()
529 if (get_bool(fPattern, FC_EMBOLDEN)) { in onFilterRec()
540 if (get_matrix(fPattern, FC_MATRIX) || get_bool(fPattern, FC_EMBOLDEN)) { in onGetAdvancedMetrics()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.h150 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); member
Deap.c58 return sm->eapol_cb->get_bool(sm->eapol_ctx, var); in eapol_get_bool()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap.h150 bool (*get_bool)(void *ctx, enum eapol_bool_var variable); member
Deap.c59 return sm->eapol_cb->get_bool(sm->eapol_ctx, var); in eapol_get_bool()
/third_party/cef/libcef_dll/cpptoc/
Dvalue_cpptoc.cc439 GetStruct()->get_bool = value_get_bool; in CefValueCppToC()
Dlist_value_cpptoc.cc571 GetStruct()->get_bool = list_value_get_bool; in CefListValueCppToC()
Ddictionary_value_cpptoc.cc709 GetStruct()->get_bool = dictionary_value_get_bool; in CefDictionaryValueCppToC()
/third_party/cef/include/capi/test/
Dcef_translator_test_capi.h82 int(CEF_CALLBACK* get_bool)(struct _cef_translator_test_t* self);
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.cc62 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool()
68 int _retval = _struct->get_bool(_struct); in GetBool()
/third_party/cef/libcef_dll/cpptoc/test/
Dtranslator_test_cpptoc.cc1551 GetStruct()->get_bool = translator_test_get_bool; in CefTranslatorTestCppToC()