Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c318 PICT_FORMAT_B(format)); in PictureCreateDefaultFormats()
323 PICT_FORMAT_B(format)); in PictureCreateDefaultFormats()
327 pFormats[f].direct.green = PICT_FORMAT_B(format); in PictureCreateDefaultFormats()
329 pFormats[f].direct.blueMask = Mask (PICT_FORMAT_B(format)); in PictureCreateDefaultFormats()
340 pFormats[f].direct.alpha = (PICT_FORMAT_B(format) + in PictureCreateDefaultFormats()
344 pFormats[f].direct.blueMask = Mask (PICT_FORMAT_B(format)); in PictureCreateDefaultFormats()
361 pFormats[f].direct.blueMask = Mask (PICT_FORMAT_B(format)); in PictureCreateDefaultFormats()
364 (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()
H A Dpicture.h55 #define PICT_FORMAT_B(f) PIXMAN_FORMAT_B(f) macro
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c159 bbits = PICT_FORMAT_B(pFormat->format); in exaGetPixelFromRGBA()
191 bbits = PICT_FORMAT_B(format); in exaGetRGBAFromPixel()
915 PICT_FORMAT_B(pSrc->format))))) in exaComposite()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h594 bbits = PICT_FORMAT_B(format); in glamor_get_rgba_from_pixel()
H A Dglamor_render.c1452 PICT_FORMAT_B(source->format))))) in glamor_composite_clipped_region()