Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daubinator.c120 char *color = GREEN_HEADER, *reset_color = NORMAL; in aubinator_init() local
122 color = reset_color = ""; in aubinator_init()
125 color, "", reset_color); in aubinator_init()
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder.c1404 const char *reset_color = ctx->flags & INTEL_BATCH_DECODE_IN_COLOR ? NORMAL : ""; in intel_print_batch() local
1410 reset_color); in intel_print_batch()
1431 offset, p[0], reset_color); in intel_print_batch()
1436 offset + i * 4, p[i], reset_color); in intel_print_batch()
1445 reset_color = NORMAL; in intel_print_batch()
1457 reset_color = ""; in intel_print_batch()
1462 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"