Home
last modified time | relevance | path

Searched refs:GREEN (Results 1 – 6 of 6) sorted by relevance

/system/bt/test/suite/
Dmain.c188 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/
Dformat.h90 GREEN = GGL_INDEX_GREEN, enumerator
/system/core/libpixelflinger/
Dpixelflinger.cpp286 c->state.fog.color[GGLFormat::GREEN]= (g - (g>>8))>>8; in ggl_fogColor3xv()
521 if (g) mask |= 1 << GGLFormat::GREEN; in ggl_colorMask()
Dbuffer.cpp182 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in write_pixel()
Dscanline.cpp1675 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/
DGGLAssembler.cpp168 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in scanline_core()
283 build_component(pixel, parts, GGLFormat::GREEN, regs); in scanline_core()