Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dadb-remount-test.sh46 BLUE="${ESCAPE}[35m"
418 echo "${BLUE}[ INFO ]${NORMAL} end `date`"
422 echo "${BLUE}[ INFO ]${NORMAL} duration `format_duration ${diff_time}`"
597 BLUE=""
602 echo "${BLUE}[ INFO ]${NORMAL}" start `date` >&2
634 echo "${BLUE}[ INFO ]${NORMAL}" ${ANDROID_SERIAL} ${USB_ADDRESS} >&2
637 echo "${BLUE}[ INFO ]${NORMAL} ${BUILD_DESCRIPTION}" >&2
640 echo "${BLUE}[ INFO ]${NORMAL} active slot is ${ACTIVE_SLOT}" >&2
655 echo "${BLUE}[ INFO ]${NORMAL} partition ${name} device ${device} size ${size}K" >&2
866 … echo "${BLUE}[ INFO ]${NORMAL} using ${scratch_partition} dynamic partition for overrides" >&2
[all …]
/system/core/libpixelflinger/include/pixelflinger/
Dformat.h91 BLUE = GGL_INDEX_BLUE, enumerator
/system/core/libpixelflinger/
Dpixelflinger.cpp287 c->state.fog.color[GGLFormat::BLUE] = (b - (b>>8))>>8; in ggl_fogColor3xv()
522 if (b) mask |= 1 << GGLFormat::BLUE; in ggl_colorMask()
Dbuffer.cpp184 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in write_pixel()
Dscanline.cpp1679 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1680 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
/system/tools/hidl/test/hidl_test/
Dstatic_test.cpp225 static_assert(IExpression::Color::BLUE == 5, "");
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp167 (i==GGLFormat::GREEN || i==GGLFormat::BLUE)) { in scanline_core()
283 build_component(pixel, parts, GGLFormat::BLUE, regs); in scanline_core()