Home
last modified time | relevance | path

Searched refs:GGL_RGB (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dformat.cpp7 { 4, 24, {{ 0, 0, 8, 0, 16, 8, 24,16 }}, GGL_RGB }, // PIXEL_FORMAT_RGBX_8888
9 { 2, 16, {{ 0, 0, 16,11, 11, 5, 5, 0 }}, GGL_RGB }, // PIXEL_FORMAT_RGB_565
16 { 1, 8, {{ 0, 0, 8, 5, 5, 2, 2, 0 }}, GGL_RGB }, // PIXEL_FORMAT_RGB_332
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_format.h73 GGL_RGB = 0x1907, enumerator