Searched refs:GREEN (Results 1 – 6 of 6) sorted by relevance
/system/bt/test/suite/ |
D | main.c | 188 static const char *GREEN = "\x1b[0;32m"; in main() local 193 DEFAULT = GREEN = RED = ""; in main() 207 … printf("[%4d] %-64s [%sPASS%s]\n", ++case_num, sanity_suite[i].function_name, GREEN, DEFAULT); in main() 233 printf("[%4d] %-64s [%sPASS%s]\n", ++case_num, test_suite[i].function_name, GREEN, DEFAULT); in main()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 90 GREEN = GGL_INDEX_GREEN, enumerator
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 286 c->state.fog.color[GGLFormat::GREEN]= (g - (g>>8))>>8; in ggl_fogColor3xv() 521 if (g) mask |= 1 << GGLFormat::GREEN; in ggl_colorMask()
|
D | buffer.cpp | 182 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in write_pixel()
|
D | scanline.cpp | 1675 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y() 1676 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 168 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in scanline_core() 283 build_component(pixel, parts, GGLFormat::GREEN, regs); in scanline_core()
|