HomeSort by relevance Sort by last modified time
    Searched refs:GGL_COLOR_BITS (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/
buffer.cpp 262 const int32_t hbits = GGL_COLOR_BITS;
263 const int32_t lbits = GGL_COLOR_BITS - 8;
scanline.cpp 670 fragment.c[1] = r >> (GGL_COLOR_BITS-8);
671 fragment.c[2] = g >> (GGL_COLOR_BITS-8);
672 fragment.c[3] = b >> (GGL_COLOR_BITS-8);
673 fragment.c[0] = a >> (GGL_COLOR_BITS-8);
822 ((1<<GGL_COLOR_BITS)-1)) / ((1<<fragment.s[0])-1);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 88 const int GGL_COLOR_BITS = 24;
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 195 fragment.h = GGL_COLOR_BITS;
196 fragment.l = GGL_COLOR_BITS - 8;
    [all...]
GGLAssembler.cpp 700 const int shift = GGL_COLOR_BITS-fragment.size();
    [all...]

Completed in 124 milliseconds