Searched refs:COLOR_CYAN (Results 1 – 14 of 14) sorted by relevance
/third_party/benchmark/src/ |
D | colorprint.cc | 55 case COLOR_CYAN: in GetPlatformColorCode() 73 case COLOR_CYAN: in GetPlatformColorCode()
|
D | colorprint.h | 16 COLOR_CYAN, enumerator
|
D | console_reporter.cc | 158 printer(Out, COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 41 #define COLOR_CYAN "\033[1;36m" macro 166 fprintf(f, COLOR_CYAN "%s%s%s" COLOR_CYAN ":\n", in ac_parse_packet3()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 49 #define COLOR_CYAN "\033[1;36m" macro 156 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in radv_dump_buffer_descriptor() 167 fprintf(f, COLOR_CYAN " Image:" COLOR_RESET "\n"); in radv_dump_image_descriptor() 171 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in radv_dump_image_descriptor() 179 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in radv_dump_sampler_descriptor() 375 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET "\n\n", num_waves); in radv_dump_annotated_shaders() 393 fprintf(f, COLOR_CYAN "Waves not executing currently-bound shaders:" COLOR_RESET "\n"); in radv_dump_annotated_shaders()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 292 #define COLOR_CYAN "\033[1;36m" macro 657 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 666 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 671 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 676 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 974 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET "\n\n", num_waves); in si_dump_annotated_shaders() 990 fprintf(f, COLOR_CYAN "Waves not executing currently-bound shaders:" COLOR_RESET "\n"); in si_dump_annotated_shaders()
|
/third_party/alsa-utils/alsamixer/ |
D | colors.c | 54 get_color_pair(COLOR_CYAN, background_color); // COLOR_PAIR(1) in init_colors()
|
/third_party/python/Tools/demo/ |
D | life.py | 176 curses.init_pair(2, curses.COLOR_CYAN, 0)
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 54 #define COLOR_CYAN "\033[1;36m" macro 60 #define O_COLOR_CYAN (debug_get_option_color() ? COLOR_CYAN : "")
|
/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 68 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gltestsrc.c | 45 COLOR_CYAN, enumerator
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 49 COLOR_CYAN, enumerator
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 4860 SetDictInt("COLOR_CYAN", COLOR_CYAN); in PyInit__curses()
|
/third_party/python/Doc/library/ |
D | curses.rst | 1752 | ``COLOR_CYAN`` | Cyan (light greenish blue) |
|