Home
last modified time | relevance | path

Searched refs:PICT_FORMAT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h41 #define PICT_FORMAT(bpp,type,a,r,g,b) PIXMAN_FORMAT(bpp, type, a, r, g, b) macro
H A Dpicture.c187 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 Dexa_render.c910 pDst->format == PICT_FORMAT(PICT_FORMAT_BPP(pSrc->format), in exaComposite()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1447 && dest->format == PICT_FORMAT(PICT_FORMAT_BPP(source->format), in glamor_composite_clipped_region()