Home
last modified time | relevance | path

Searched refs:glamor_pixmap_is_memory (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1318 if (mask_pixmap && glamor_pixmap_is_memory(mask_pixmap)) in glamor_composite_with_shader()
1320 if (source_pixmap && glamor_pixmap_is_memory(source_pixmap)) in glamor_composite_with_shader()
1522 if (glamor_pixmap_is_memory(mask_pixmap)) { in glamor_composite_clipped_region()
1693 && (glamor_pixmap_is_memory(source_pixmap) || in glamor_composite()
1696 (glamor_pixmap_is_memory(mask_pixmap) || in glamor_composite()
H A Dglamor_picture.c291 assert(glamor_pixmap_is_memory(pixmap)); in glamor_upload_picture_to_texture()
H A Dglamor_composite_glyphs.c394 !glamor_pixmap_is_memory((PixmapPtr)glyph_draw))) in glamor_composite_glyphs()
H A Dglamor_priv.h439 glamor_pixmap_is_memory(PixmapPtr pixmap) in glamor_pixmap_is_memory() function