Searched refs:PICT_FORMAT (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.h | 41 #define PICT_FORMAT(bpp,type,a,r,g,b) PIXMAN_FORMAT(bpp, type, a, r, g, b) macro
|
| H A D | picture.c | 187 formats[nformats].format = PICT_FORMAT(BitsPerPixel(8), in PictureCreateDefaultFormats() 191 formats[nformats].format = PICT_FORMAT(BitsPerPixel(4), in PictureCreateDefaultFormats() 241 format = PICT_FORMAT(bpp, type, 0, r, g, b); in PictureCreateDefaultFormats() 674 formats[n].format = PICT_FORMAT(0, type, a, r, g, b); in PictureInit()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_render.c | 910 pDst->format == PICT_FORMAT(PICT_FORMAT_BPP(pSrc->format), in exaComposite()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_render.c | 1447 && dest->format == PICT_FORMAT(PICT_FORMAT_BPP(source->format), in glamor_composite_clipped_region()
|