Home
last modified time | relevance | path

Searched refs:bool_str (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_angle_format_table.py277 def bool_str(cond): function
340 parsed["isBlock"] = bool_str(is_block)
341 parsed["isFixed"] = bool_str("FIXED" in format_id)
342 parsed["isScaled"] = bool_str("SCALED" in format_id)
343 parsed["isSRGB"] = bool_str("SRGB" in format_id)
346 parsed["isYUV"] = bool_str("PLANE" in format_id)
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py248 def bool_from_str(bool_str):
250 return options[bool_str];
/third_party/skia/src/core/
H A DSkPath.cpp1999 auto bool_str = [](bool v) { return v ? "true" : "false"; }; in dumpArrays() local
2001 builder.appendf("// fBoundsIsDirty = %s\n", bool_str(fPathRef->fBoundsIsDirty)); in dumpArrays()
2004 builder.appendf("// fIsOval = %s\n", bool_str(fPathRef->fIsOval)); in dumpArrays()
2005 builder.appendf("// fIsRRect = %s\n", bool_str(fPathRef->fIsRRect)); in dumpArrays()
2057 bool_str(fIsVolatile)); in dumpArrays()
/third_party/python/Modules/
H A D_pickle.c2069 const char *bool_str = (obj == Py_True) ? "I01\n" : "I00\n"; in save_bool() local
2070 if (_Pickler_Write(self, bool_str, strlen(bool_str)) < 0) in save_bool()

Completed in 22 milliseconds