Searched refs:PICT_a8r8g8b8 (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.h | 76 PICT_a8r8g8b8 = PIXMAN_a8r8g8b8, enumerator
|
| H A D | picture.c | 195 formats[nformats].format = PICT_a8r8g8b8; in PictureCreateDefaultFormats() 852 pPicture->format = PICT_a8r8g8b8; in createSourcePicture()
|
| H A D | render.c | 1500 if (pSrc->format == PICT_a8r8g8b8) { in ProcRenderCreateCursor() 1511 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in ProcRenderCreateCursor()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_glyphs.c | 98 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 D | exa_render.c | 50 case PICT_a8r8g8b8: in exaCompositeFallbackPictDesc() 200 else if (format == PICT_a8r8g8b8) { in exaGetRGBAFromPixel()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_picture.c | 111 case PICT_a8r8g8b8: in glamor_get_tex_format_type_from_pictformat()
|
| H A D | glamor.c | 594 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 D | glamor_render.c | 788 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 D | glamor_composite_glyphs.c | 547 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 D | compinit.c | 284 {32, PICT_a8r8g8b8},
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 194 pFormat = PictureMatchFormat(pScreen, 32, PICT_a8r8g8b8); in miDCRealize()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 120255 PICT_a8r8g8b8. 178612 PICT_a8r8g8b8. Fixes a failure in the gradients test of rendercheck. In
|