Home
last modified time | relevance | path

Searched refs:glamor_pm_is_solid (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_image.c52 if (!glamor_pm_is_solid(gc->depth, gc->planemask)) in glamor_put_image_gl()
136 if (!glamor_pm_is_solid(drawable->depth, plane_mask)) { in glamor_get_image_gl()
H A Dglamor_pixmap.c114 if (glamor_pm_is_solid(depth, planemask)) { in glamor_set_planemask()
H A Dglamor_copy.c220 if (gc && !glamor_pm_is_solid(gc->depth, gc->planemask)) in glamor_copy_cpu_fbo()
310 if (gc && !glamor_pm_is_solid(gc->depth, gc->planemask)) in glamor_copy_fbo_cpu()
H A Dglamor_spans.c287 if (!glamor_pm_is_solid(gc->depth, gc->planemask)) in glamor_set_spans_gl()
H A Dglamor_priv.h546 glamor_pm_is_solid(int depth, unsigned long planemask) in glamor_pm_is_solid() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog35122 glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemask