Home
last modified time | relevance | path

Searched refs:PICT_a8 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c55 pict_format = PictureMatchFormat(screen, 8, PICT_a8); in glamor_create_mask_picture()
98 mask_format = PictureMatchFormat(screen, 8, PICT_a8); in glamor_trapezoids()
H A Dglamor_picture.c88 *temp_format = PICT_a8; in glamor_get_tex_format_type_from_pictformat()
197 case PICT_a8: in glamor_get_tex_format_type_from_pictformat()
H A Dglamor.c563 glamor_add_format(screen, 8, PICT_a8, in glamor_setup_formats()
566 glamor_add_format(screen, 8, PICT_a8, in glamor_setup_formats()
H A Dglamor_composite_glyphs.c544 glamor_priv->glyph_atlas_a = glamor_alloc_glyph_atlas(screen, 8, PICT_a8); in glamor_composite_glyphs_init()
H A Dglamor_priv.h577 return picture->format == PICT_a1 || picture->format == PICT_a8; in glamor_picture_is_alpha()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c90 pExaScr->glyphCaches[i].format = PICT_a8; in exaGlyphsInit()
94 pExaScr->glyphCaches[i].format = PICT_a8; in exaGlyphsInit()
450 cache->format == PICT_a8 ? "A" : "ARGB", in exaGlyphCacheBufferGlyph()
558 format = PICT_a8; in exaBufferGlyph()
712 PictFormatPtr a8Format = PictureMatchFormat(pScreen, 8, PICT_a8); in exaGlyphs()
H A Dexa_render.c68 case PICT_a8: in exaCompositeFallbackPictDesc()
1076 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaCreateAlphaPicture()
1162 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaTrapezoids()
1224 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaTriangles()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h101 PICT_a8 = PIXMAN_a8, enumerator
/OK3568_Linux_fs/external/xserver/
H A DChangeLog120264 EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 picture
148738 Treat 1 bit glyphs and masks as PICT_a8 in the glyph cache. We're not able to