Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dbuffer.cpp264 const int32_t hbits = GGL_COLOR_BITS; in ggl_pack_color()
265 const int32_t lbits = GGL_COLOR_BITS - 8; in ggl_pack_color()
Dscanline.cpp709 fragment.c[1] = r >> (GGL_COLOR_BITS-8); in scanline()
710 fragment.c[2] = g >> (GGL_COLOR_BITS-8); in scanline()
711 fragment.c[3] = b >> (GGL_COLOR_BITS-8); in scanline()
712 fragment.c[0] = a >> (GGL_COLOR_BITS-8); in scanline()
861 ((1<<GGL_COLOR_BITS)-1)) / ((1<<fragment.s[0])-1); in scanline()
1253 const int r = c->iterators.ydrdy >> (GGL_COLOR_BITS-8); in init()
1254 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8); in init()
1255 const int b = c->iterators.ydbdy >> (GGL_COLOR_BITS-8); in init()
1256 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8); in init()
2230 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8); in scanline_t16cb16blend_clamp_mod()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h108 const int GGL_COLOR_BITS = 24; variable
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp192 fragment.h = GGL_COLOR_BITS; in build_iterated_color()
193 fragment.l = GGL_COLOR_BITS - 8; in build_iterated_color()
DGGLAssembler.cpp701 const int shift = GGL_COLOR_BITS-fragment.size(); in build_alpha_test()