Searched refs:glamor_set_destination_drawable (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_glyphblt.c | 79 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 D | glamor_transform.h | 27 glamor_set_destination_drawable(DrawablePtr drawable,
|
| H A D | glamor_points.c | 94 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_poly_point_gl()
|
| H A D | glamor_segs.c | 99 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_poly_segment_solid_gl()
|
| H A D | glamor_lines.c | 107 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_poly_lines_solid_gl()
|
| H A D | glamor_rects.c | 133 if (!glamor_set_destination_drawable(drawable, box_index, TRUE, FALSE, in glamor_poly_fill_rect_gl()
|
| H A D | glamor_transform.c | 37 glamor_set_destination_drawable(DrawablePtr drawable, in glamor_set_destination_drawable() function
|
| H A D | glamor_dash.c | 217 glamor_set_destination_drawable(drawable, box_index, TRUE, TRUE, in glamor_dash_loop()
|
| H A D | glamor_spans.c | 127 if (!glamor_set_destination_drawable(drawable, box_index, FALSE, FALSE, in glamor_fill_spans_gl()
|
| H A D | glamor_text.c | 195 glamor_set_destination_drawable(drawable, box_index, TRUE, FALSE, in glamor_text()
|
| H A D | glamor_xv.c | 611 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 D | glamor_composite_glyphs.c | 262 glamor_set_destination_drawable(drawable, box_index, TRUE, FALSE, in glamor_glyphs_flush()
|
| H A D | glamor_copy.c | 469 if (!glamor_set_destination_drawable(dst, dst_box_index, FALSE, FALSE, in glamor_copy_fbo_fbo_draw()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 16630 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
|