Home
last modified time | relevance | path

Searched refs:PictureMatchFormat (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c53 pict_format = PictureMatchFormat(screen, 1, PICT_a1); in glamor_create_mask_picture()
55 pict_format = PictureMatchFormat(screen, 8, PICT_a8); in glamor_create_mask_picture()
96 mask_format = PictureMatchFormat(screen, 1, PICT_a1); in glamor_trapezoids()
98 mask_format = PictureMatchFormat(screen, 8, PICT_a8); in glamor_trapezoids()
H A Dglamor_gradient.c861 PictureMatchFormat(screen, in glamor_generate_radial_gradient_picture()
1172 PictureMatchFormat(screen, in glamor_generate_linear_gradient_picture()
H A Dglamor_composite_glyphs.c516 format = PictureMatchFormat(screen, depth, f); in glamor_alloc_glyph_atlas()
H A Dglamor_render.c1343 pFormat = PictureMatchFormat(screen, 32, format); in glamor_convert_gradient_picture()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c294 miRenderColorToPixel(PictureMatchFormat(pDst->pDrawable->pScreen, 32, in exaTryDriverSolidFill()
1074 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaCreateAlphaPicture()
1076 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaCreateAlphaPicture()
1160 maskFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaTrapezoids()
1162 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaTrapezoids()
1222 maskFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaTriangles()
1224 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaTriangles()
H A Dexa_glyphs.c168 pPictFormat = PictureMatchFormat(pScreen, depth, format); in exaRealizeGlyphCaches()
712 PictFormatPtr a8Format = PictureMatchFormat(pScreen, 8, PICT_a8); in exaGlyphs()
742 argbFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in exaGlyphs()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c309 pPictFormat = PictureMatchFormat(pScreen, alt->depth, alt->format); in compAddAlternateVisual()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c194 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in miDCRealize()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h391 PictureMatchFormat(ScreenPtr pScreen, int depth, CARD32 format);
H A Dpicture.c546 PictureMatchFormat(ScreenPtr pScreen, int depth, CARD32 f) in PictureMatchFormat() function
H A Drender.c1511 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in ProcRenderCreateCursor()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog232 - exa: Use PictureMatchFormat for source-only picture format
/OK3568_Linux_fs/external/xserver/
H A DChangeLog5737 exa: Use PictureMatchFormat for source-only picture format description