Home
last modified time | relevance | path

Searched refs:glyph_atlas_argb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c340 return glamor_priv->glyph_atlas_argb; in glamor_atlas_for_glyph()
547 glamor_priv->glyph_atlas_argb = glamor_alloc_glyph_atlas(screen, 32, PICT_a8r8g8b8); in glamor_composite_glyphs_init()
548 if (!glamor_priv->glyph_atlas_argb) { in glamor_composite_glyphs_init()
574 glamor_free_glyph_atlas(glamor_priv->glyph_atlas_argb); in glamor_composite_glyphs_fini()
H A Dglamor_priv.h264 struct glamor_glyph_atlas *glyph_atlas_argb; member