Home
last modified time | relevance | path

Searched refs:PICT_x8r8g8b8 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h77 PICT_x8r8g8b8 = PIXMAN_x8r8g8b8, enumerator
H A Dpicture.c198 formats[nformats].format = PICT_x8r8g8b8; in PictureCreateDefaultFormats()
288 addFormat(formats, &nformats, PICT_x8r8g8b8, pDepth->depth); in PictureCreateDefaultFormats()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_picture.c110 case PICT_x8r8g8b8: in glamor_get_tex_format_type_from_pictformat()
H A Dglamor.c592 glamor_add_format(screen, 24, PICT_x8r8g8b8, in glamor_setup_formats()
597 glamor_add_format(screen, 24, PICT_x8r8g8b8, in glamor_setup_formats()
H A Dglamor_render.c789 case PICT_x8r8g8b8: in glamor_render_format_is_supported()
790 return storage_format == PICT_a8r8g8b8 || storage_format == PICT_x8r8g8b8; in glamor_render_format_is_supported()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c53 case PICT_x8r8g8b8: in exaCompositeFallbackPictDesc()