Searched refs:addFormat (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 152 addFormat(FormatInitRec formats[256], int *nformat, CARD32 format, CARD8 depth) in addFormat() function 242 addFormat(formats, &nformats, format, depth); in PictureCreateDefaultFormats() 248 addFormat(formats, &nformats, format, depth); in PictureCreateDefaultFormats() 253 addFormat(formats, &nformats, format, depth); in PictureCreateDefaultFormats() 268 addFormat(formats, &nformats, PICT_x4r4g4b4, pDepth->depth); in PictureCreateDefaultFormats() 269 addFormat(formats, &nformats, PICT_x4b4g4r4, pDepth->depth); in PictureCreateDefaultFormats() 273 addFormat(formats, &nformats, PICT_x1r5g5b5, pDepth->depth); in PictureCreateDefaultFormats() 274 addFormat(formats, &nformats, PICT_x1b5g5r5, pDepth->depth); in PictureCreateDefaultFormats() 278 addFormat(formats, &nformats, PICT_a1r5g5b5, pDepth->depth); in PictureCreateDefaultFormats() 279 addFormat(formats, &nformats, PICT_a1b5g5r5, pDepth->depth); in PictureCreateDefaultFormats() [all …]
|