Home
last modified time | relevance | path

Searched refs:PICT_FORMAT_BPP (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h50 #define PICT_FORMAT_BPP(f) PIXMAN_FORMAT_BPP(f) macro
H A Dpicture.c364 (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format)); in PictureCreateDefaultFormats()
369 (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) - in PictureCreateDefaultFormats()
375 (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) - in PictureCreateDefaultFormats()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c684 src_bpp = PICT_FORMAT_BPP(src); in combine_pict_format()
686 assert(src_bpp == PICT_FORMAT_BPP(mask)); in combine_pict_format()
1447 && dest->format == PICT_FORMAT(PICT_FORMAT_BPP(source->format), in glamor_composite_clipped_region()
H A Dglamor_utils.h616 rshift = PICT_FORMAT_BPP(format) - (rbits + gbits + bbits); in glamor_get_rgba_from_pixel()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c323 visual->nplanes = PICT_FORMAT_BPP(alt->format); in compAddAlternateVisual()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c557 if (PICT_FORMAT_BPP(format) == 1) in exaBufferGlyph()
H A Dexa_render.c910 pDst->format == PICT_FORMAT(PICT_FORMAT_BPP(pSrc->format), in exaComposite()