Home
last modified time | relevance | path

Searched refs:reset_color (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator.c110 char *color = GREEN_HEADER, *reset_color = NORMAL; in aubinator_init() local
112 color = reset_color = ""; in aubinator_init()
115 color, "", reset_color); in aubinator_init()
/third_party/flutter/skia/third_party/externals/wuffs/example/gifplayer/
Dgifplayer.c130 const char* reset_color = "\x1B[0m"; variable
209 p += sprintf((char*)p, "%s", reset_color); in print_color_art()
224 p += sprintf((char*)p, "%s", reset_color); in print_color_art()
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder.c1355 const char *reset_color = ctx->flags & INTEL_BATCH_DECODE_IN_COLOR ? NORMAL : ""; in intel_print_batch() local
1361 reset_color); in intel_print_batch()
1382 offset, p[0], reset_color); in intel_print_batch()
1387 offset + i * 4, p[i], reset_color); in intel_print_batch()
1396 reset_color = NORMAL; in intel_print_batch()
1408 reset_color = ""; in intel_print_batch()
1413 inst_name, reset_color); in intel_print_batch()
/third_party/ffmpeg/
Dconfigure506 reset_color=$(tput sgr0)
534 echo "$error_color$bold_color$@$reset_color"
7417 printf "\n%s%s$WARNINGS%s" "$warn_color" "$bold_color" "$reset_color"