Searched refs:glyphs_queued (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_composite_glyphs.c | 354 int glyphs_queued; in glamor_composite_glyphs() local 374 glyphs_queued = 0; in glamor_composite_glyphs() 396 if (glyphs_queued) { in glamor_composite_glyphs() 397 glamor_glyphs_flush(op, src, dst, prog, glyph_atlas, glyphs_queued); in glamor_composite_glyphs() 398 glyphs_queued = 0; in glamor_composite_glyphs() 413 if (glyphs_queued) { in glamor_composite_glyphs() 414 glamor_glyphs_flush(op, src, dst, prog, glyph_atlas, glyphs_queued); in glamor_composite_glyphs() 415 glyphs_queued = 0; in glamor_composite_glyphs() 424 if (glyphs_queued) { in glamor_composite_glyphs() 425 glamor_glyphs_flush(op, src, dst, prog, glyph_atlas, glyphs_queued); in glamor_composite_glyphs() [all …]
|