Searched refs:PICT_a8 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_trapezoid.c | 55 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 D | glamor_picture.c | 88 *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 D | glamor.c | 563 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 D | glamor_composite_glyphs.c | 544 glamor_priv->glyph_atlas_a = glamor_alloc_glyph_atlas(screen, 8, PICT_a8); in glamor_composite_glyphs_init()
|
| H A D | glamor_priv.h | 577 return picture->format == PICT_a1 || picture->format == PICT_a8; in glamor_picture_is_alpha()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_glyphs.c | 90 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 D | exa_render.c | 68 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 D | picture.h | 101 PICT_a8 = PIXMAN_a8, enumerator
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 120264 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
|