Home
last modified time | relevance | path

Searched refs:PICT_a8r8g8b8 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h76 PICT_a8r8g8b8 = PIXMAN_a8r8g8b8, enumerator
H A Dpicture.c195 formats[nformats].format = PICT_a8r8g8b8; in PictureCreateDefaultFormats()
852 pPicture->format = PICT_a8r8g8b8; in createSourcePicture()
H A Drender.c1500 if (pSrc->format == PICT_a8r8g8b8) { in ProcRenderCreateCursor()
1511 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in ProcRenderCreateCursor()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c98 pExaScr->glyphCaches[i].format = PICT_a8r8g8b8; in exaGlyphsInit()
102 pExaScr->glyphCaches[i].format = PICT_a8r8g8b8; in exaGlyphsInit()
742 argbFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in exaGlyphs()
H A Dexa_render.c50 case PICT_a8r8g8b8: in exaCompositeFallbackPictDesc()
200 else if (format == PICT_a8r8g8b8) { in exaGetRGBAFromPixel()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_picture.c111 case PICT_a8r8g8b8: in glamor_get_tex_format_type_from_pictformat()
H A Dglamor.c594 glamor_add_format(screen, 32, PICT_a8r8g8b8, in glamor_setup_formats()
599 glamor_add_format(screen, 32, PICT_a8r8g8b8, in glamor_setup_formats()
H A Dglamor_render.c788 case PICT_a8r8g8b8: in glamor_render_format_is_supported()
790 return storage_format == PICT_a8r8g8b8 || storage_format == PICT_x8r8g8b8; in glamor_render_format_is_supported()
1342 format = PICT_a8r8g8b8; in glamor_convert_gradient_picture()
H A Dglamor_composite_glyphs.c547 glamor_priv->glyph_atlas_argb = glamor_alloc_glyph_atlas(screen, 32, PICT_a8r8g8b8); in glamor_composite_glyphs_init()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c284 {32, PICT_a8r8g8b8},
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c194 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in miDCRealize()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog120255 PICT_a8r8g8b8.
178612 PICT_a8r8g8b8. Fixes a failure in the gradients test of rendercheck. In