Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c317 PICT_FORMAT_G(format) + in PictureCreateDefaultFormats()
322 pFormats[f].direct.red = (PICT_FORMAT_G(format) + in PictureCreateDefaultFormats()
325 pFormats[f].direct.greenMask = Mask (PICT_FORMAT_G(format)); in PictureCreateDefaultFormats()
341 PICT_FORMAT_G(format) + in PictureCreateDefaultFormats()
346 pFormats[f].direct.blue = (PICT_FORMAT_G(format) + in PictureCreateDefaultFormats()
349 pFormats[f].direct.greenMask = Mask (PICT_FORMAT_G(format)); in PictureCreateDefaultFormats()
366 pFormats[f].direct.greenMask = Mask (PICT_FORMAT_G(format)); in PictureCreateDefaultFormats()
370 PICT_FORMAT_G(format)); in PictureCreateDefaultFormats()
376 PICT_FORMAT_G(format) - PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
H A Dpicture.h54 #define PICT_FORMAT_G(f) PIXMAN_FORMAT_G(f) macro
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c158 gbits = PICT_FORMAT_G(pFormat->format); in exaGetPixelFromRGBA()
190 gbits = PICT_FORMAT_G(format); in exaGetRGBAFromPixel()
914 PICT_FORMAT_G(pSrc->format), in exaComposite()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h593 gbits = PICT_FORMAT_G(format); in glamor_get_rgba_from_pixel()
H A Dglamor_render.c1451 PICT_FORMAT_G(source->format), in glamor_composite_clipped_region()