Searched refs:upload_pixmap (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_composite_glyphs.c67 PixmapPtr upload_pixmap = glyph_pixmap; local in function:glamor_copy_glyph
79 upload_pixmap = glamor_create_pixmap(screen,
84 if (!upload_pixmap)
87 scratch_gc = GetScratchGC(upload_pixmap->drawable.depth, screen);
89 glamor_destroy_pixmap(upload_pixmap);
96 glamor_destroy_pixmap(upload_pixmap);
100 ValidateGC(&upload_pixmap->drawable, scratch_gc);
103 &upload_pixmap->drawable,
114 upload_pixmap->devPrivate.ptr,
115 upload_pixmap
[all...]

Completed in 5 milliseconds