Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1691 && glamor_pixmap_is_large(dest_pixmap) in glamor_composite()
1704 if (force_clip || glamor_pixmap_is_large(dest_pixmap) in glamor_composite()
1706 && glamor_pixmap_is_large(source_pixmap)) in glamor_composite()
1707 || (mask_pixmap && glamor_pixmap_is_large(mask_pixmap))) in glamor_composite()
H A Dglamor_priv.h462 glamor_pixmap_is_large(PixmapPtr pixmap) in glamor_pixmap_is_large() function