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 707 fragment.c[1] = r >> (GGL_COLOR_BITS-8);
708 fragment.c[2] = g >> (GGL_COLOR_BITS-8);
709 fragment.c[3] = b >> (GGL_COLOR_BITS-8);
710 fragment.c[0] = a >> (GGL_COLOR_BITS-8);
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 108 const int GGL_COLOR_BITS = 24;
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 191 fragment.h = GGL_COLOR_BITS;
192 fragment.l = GGL_COLOR_BITS - 8;
    [all...]
GGLAssembler.cpp 703 const int shift = GGL_COLOR_BITS-fragment.size();
    [all...]

Completed in 141 milliseconds