Home
last modified time | relevance | path

Searched refs:glamor_set_destination_drawable (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_glyphblt.c79 if (!glamor_set_destination_drawable(drawable, box_index, FALSE, TRUE, in glamor_poly_glyph_blt_gl()
231 if (!glamor_set_destination_drawable(drawable, box_index, FALSE, TRUE, in glamor_push_pixels_gl()
H A Dglamor_transform.h27 glamor_set_destination_drawable(DrawablePtr drawable,
H A Dglamor_points.c94 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_poly_point_gl()
H A Dglamor_segs.c99 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_poly_segment_solid_gl()
H A Dglamor_lines.c107 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_poly_lines_solid_gl()
H A Dglamor_rects.c133 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, FALSE, in glamor_poly_fill_rect_gl()
H A Dglamor_transform.c37 glamor_set_destination_drawable(DrawablePtr drawable, in glamor_set_destination_drawable() function
H A Dglamor_dash.c217 glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_dash_loop()
H A Dglamor_spans.c127 if (!glamor_set_destination_drawable(drawable, box_index, FALSE, FALSE, in glamor_fill_spans_gl()
H A Dglamor_text.c195 glamor_set_destination_drawable(drawable, box_index, TRUE, FALSE, in glamor_text()
H A Dglamor_xv.c611 glamor_set_destination_drawable(port_priv->pDraw, in glamor_xv_render()
825 glamor_set_destination_drawable(port_priv->pDraw, in glamor_xv_render_dma()
H A Dglamor_composite_glyphs.c262 glamor_set_destination_drawable(drawable, box_index, TRUE, FALSE, in glamor_glyphs_flush()
H A Dglamor_copy.c469 if (!glamor_set_destination_drawable(dst, dst_box_index, FALSE, FALSE, in glamor_copy_fbo_fbo_draw()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog16630 glamor: Check glamor_set_destination_drawable() return value
16632 Check the value returned by glamor_set_destination_drawable() and use
16642 glamor: glamor_set_destination_drawable() can fail
16648 the box index is valid, and glamor_set_destination_drawable() simply
16652 We need a way for glamor_set_destination_drawable() to fail safely and
16655 Add a boolean return value to glamor_set_destination_drawable() for that