Home
last modified time | relevance | path

Searched refs:glamor_use_program_fill (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_rects.c73 prog = glamor_use_program_fill(pixmap, gc, in glamor_poly_fill_rect_gl()
100 prog = glamor_use_program_fill(pixmap, gc, in glamor_poly_fill_rect_gl()
H A Dglamor_glyphblt.c60 prog = glamor_use_program_fill(pixmap, gc, in glamor_poly_glyph_blt_gl()
194 prog = glamor_use_program_fill(pixmap, gc, in glamor_push_pixels_gl()
H A Dglamor_spans.c68 prog = glamor_use_program_fill(pixmap, gc, &glamor_priv->fill_spans_program, in glamor_fill_spans_gl()
93 prog = glamor_use_program_fill(pixmap, gc, &glamor_priv->fill_spans_program, in glamor_fill_spans_gl()
H A Dglamor_program.h117 glamor_use_program_fill(PixmapPtr pixmap,
H A Dglamor_segs.c61 prog = glamor_use_program_fill(pixmap, gc, in glamor_poly_segment_solid_gl()
H A Dglamor_lines.c64 prog = glamor_use_program_fill(pixmap, gc, in glamor_poly_lines_solid_gl()
H A Dglamor_dash.c159 prog = glamor_use_program_fill(pixmap, gc, in glamor_dash_setup()
H A Dglamor_text.c293 …prog = glamor_use_program_fill(pixmap, gc, &glamor_priv->poly_text_progs, &glamor_facet_poly_text); in glamor_poly_text()
H A Dglamor_program.c403 glamor_use_program_fill(PixmapPtr pixmap, in glamor_use_program_fill() function