Home
last modified time | relevance | path

Searched refs:PICT_FORMAT_COLOR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h67 #define PICT_FORMAT_COLOR(f) PIXMAN_FORMAT_COLOR(f) macro
H A Dpicture.c1442 no_src_alpha = PICT_FORMAT_COLOR(pSrc->format) && in ReduceCompositeOp()
1450 no_dst_alpha = PICT_FORMAT_COLOR(pDst->format) && in ReduceCompositeOp()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c153 if (!PICT_FORMAT_COLOR(pFormat->format) && in exaGetPixelFromRGBA()
186 if (!PICT_FORMAT_COLOR(format) && PICT_FORMAT_TYPE(format) != PICT_TYPE_A) in exaGetRGBAFromPixel()
908 (PICT_FORMAT_COLOR(pDst->format) && in exaComposite()
909 PICT_FORMAT_COLOR(pSrc->format) && in exaComposite()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1445 || (PICT_FORMAT_COLOR(dest->format) in glamor_composite_clipped_region()
1446 && PICT_FORMAT_COLOR(source->format) in glamor_composite_clipped_region()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog120269 as we should always have values for r/g/bbits for PICT_FORMAT_COLOR