Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/pixelflinger/
Dformat.h90 GREEN = GGL_INDEX_GREEN, enumerator
/system/core/bootstat/
Dboot_reason_test.sh22 GREEN="${ESCAPE}[38;5;40m"
325 echo "${GREEN}[ RUN ]${NORMAL} ${TEST} ${*}"
377 echo "${GREEN}[ OK ]${NORMAL} ${TEST} ${*}"
1093 echo "${GREEN}[ PASSED ]${NORMAL} ${successes}"
/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.cpp1677 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1678 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
/system/tools/hidl/test/hidl_test/
Dstatic_test.cpp224 static_assert(IExpression::Color::GREEN == 1, "");
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp167 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in scanline_core()
282 build_component(pixel, parts, GGLFormat::GREEN, regs); in scanline_core()