Home
last modified time | relevance | path

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

/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.cpp1682 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1683 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()