Searched refs:RED (Results 1 – 5 of 5) sorted by relevance
/system/bt/test/suite/ |
D | main.c | 189 static const char *RED = "\x1b[0;31m"; in main() local 193 DEFAULT = GREEN = RED = ""; in main() 210 … printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, sanity_suite[i].function_name, RED, DEFAULT); in main() 221 printf("\n%sSanity suite failed with %d errors.%s\n", RED, fail, DEFAULT); in main() 236 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, test_suite[i].function_name, RED, DEFAULT); in main()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 89 RED = GGL_INDEX_RED, enumerator
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 285 c->state.fog.color[GGLFormat::RED] = (r - (r>>8))>>8; in ggl_fogColor3xv() 520 if (r) mask |= 1 << GGLFormat::RED; in ggl_colorMask()
|
D | scanline.cpp | 1673 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y() 1674 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 282 build_component(pixel, parts, GGLFormat::RED, regs); in scanline_core()
|