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

/system/core/libpixelflinger/
H A Dbuffer.cpp262 const int32_t hbits = GGL_COLOR_BITS;
263 const int32_t lbits = GGL_COLOR_BITS - 8;
H A Dscanline.cpp691 fragment.c[1] = r >> (GGL_COLOR_BITS-8);
692 fragment.c[2] = g >> (GGL_COLOR_BITS-8);
693 fragment.c[3] = b >> (GGL_COLOR_BITS-8);
694 fragment.c[0] = a >> (GGL_COLOR_BITS-8);
843 ((1<<GGL_COLOR_BITS)-1)) / ((1<<fragment.s[0])-1);
1235 const int r = c->iterators.ydrdy >> (GGL_COLOR_BITS-8);
1236 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8);
1237 const int b = c->iterators.ydbdy >> (GGL_COLOR_BITS-8);
1238 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);
2204 const int a = c->iterators.ydady >> (GGL_COLOR_BITS
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h108 const int GGL_COLOR_BITS = 24; member in namespace:android
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp195 fragment.h = GGL_COLOR_BITS;
196 fragment.l = GGL_COLOR_BITS - 8;
H A DGGLAssembler.cpp703 const int shift = GGL_COLOR_BITS-fragment.size();

Completed in 78 milliseconds