Searched refs:GGL_RGB (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Dformat.cpp27 { 4, 24, {{ 0, 0, 8, 0, 16, 8, 24,16 }}, GGL_RGB }, // PIXEL_FORMAT_RGBX_8888
28 { 3, 24, {{ 0, 0, 8, 0, 16, 8, 24,16 }}, GGL_RGB }, // PIXEL_FORMAT_RGB_888
29 { 2, 16, {{ 0, 0, 16,11, 11, 5, 5, 0 }}, GGL_RGB }, // PIXEL_FORMAT_RGB_565
36 { 1, 8, {{ 0, 0, 8, 5, 5, 2, 2, 0 }}, GGL_RGB }, // PIXEL_FORMAT_RGB_332
H A Dscanline.cpp337 if ((f->components == GGL_RGB) ||
/system/core/include/pixelflinger/
H A Dformat.h67 GGL_RGB = 0x1907, enumerator in enum:GGLFormatComponents

Completed in 81 milliseconds