| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | tkmap.c | 6 COLOR_YELLOW, enumerator in enum:__anoneb7bd01a0103
|
| H A D | prim.c | 308 SetColor(COLOR_YELLOW); 445 SetColor(COLOR_YELLOW);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | tkmap.c | 6 COLOR_YELLOW, enumerator in enum:__anon1c38b93c0103
|
| H A D | line.c | 132 ci = COLOR_YELLOW;
|
| H A D | point.c | 136 SetColor(COLOR_YELLOW);
|
| H A D | prim.c | 294 SetColor(COLOR_YELLOW); 431 SetColor(COLOR_YELLOW);
|
| H A D | bitmap1.c | 171 SetColor(COLOR_YELLOW);
|
| H A D | olympic.c | 246 mapped_colors[YELLOWRING] = COLOR_YELLOW;
|
| H A D | bitmap2.c | 678 SetColor(COLOR_YELLOW);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | eg_debug.c | 40 #define COLOR_YELLOW "\033[1;33m" macro 74 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", name); 91 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", 129 fprintf(file, COLOR_YELLOW "0x%05x" COLOR_RESET " <- 0x%08x\n", offset, value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | eg_debug.c | 40 #define COLOR_YELLOW "\033[1;33m" macro 74 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", name); 91 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", 129 fprintf(file, COLOR_YELLOW "0x%05x" COLOR_RESET " <- 0x%08x\n", offset, value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 282 #define COLOR_YELLOW "\033[1;33m" macro 562 COLOR_YELLOW " Size VM start page " 612 u_log_printf(log, COLOR_YELLOW "Color buffer %i:" COLOR_RESET "\n", i); 619 u_log_printf(log, COLOR_YELLOW "Depth-stencil buffer:" COLOR_RESET "\n"); 965 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n", 1046 fprintf(f, COLOR_YELLOW "%s: " COLOR_RESET "\n", title);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 291 #define COLOR_YELLOW "\033[1;33m" macro 555 fprintf(f, "Buffer list (in units of pages = 4kB):\n" COLOR_YELLOW 605 u_log_printf(log, COLOR_YELLOW "Color buffer %i:" COLOR_RESET "\n", i); 612 u_log_printf(log, COLOR_YELLOW "Depth-stencil buffer:" COLOR_RESET "\n"); 952 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n", 1029 fprintf(f, COLOR_YELLOW "%s: " COLOR_RESET "\n", title);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_debug.c | 51 #define COLOR_YELLOW "\033[1;33m" macro 99 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", name); 132 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", 169 fprintf(file, COLOR_YELLOW "0x%05x" COLOR_RESET " <- 0x%08x\n", offset, value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_debug.c | 44 #define COLOR_YELLOW "\033[1;33m" macro 409 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n",
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_debug.c | 47 #define COLOR_YELLOW "\033[1;33m" macro 334 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest.cc | 2884 COLOR_YELLOW enumerator in enum:testing::internal::GTestColor 2895 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; 2908 case COLOR_YELLOW: return "3"; 3066 ColoredPrintf(COLOR_YELLOW, 3072 ColoredPrintf(COLOR_YELLOW, 3079 ColoredPrintf(COLOR_YELLOW, 3222 ColoredPrintf(COLOR_YELLOW, 5152 color = COLOR_YELLOW;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_debug.c | 53 #define COLOR_YELLOW "\033[1;33m" macro 59 #define O_COLOR_YELLOW (debug_get_option_color() ? COLOR_YELLOW : "")
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest.cc | 2937 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; 2981 case COLOR_YELLOW: return "3"; 3151 ColoredPrintf(COLOR_YELLOW, 3157 ColoredPrintf(COLOR_YELLOW, 3164 ColoredPrintf(COLOR_YELLOW, 3373 ColoredPrintf(COLOR_YELLOW, 5870 color = COLOR_YELLOW;
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator in enum:testing::internal::GTestColor
|