Home
last modified time | relevance | path

Searched refs:glamor_destroy_pixmap (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c176 glamor_destroy_pixmap(gc_priv->stipple); in glamor_invalidate_stipple()
269 glamor_destroy_pixmap(gc_priv->dash); in glamor_validate_gc()
283 glamor_destroy_pixmap(gc_priv->dash); in glamor_destroy_gc()
H A Dglamor_composite_glyphs.c89 glamor_destroy_pixmap(upload_pixmap); in glamor_copy_glyph()
96 glamor_destroy_pixmap(upload_pixmap); in glamor_copy_glyph()
118 glamor_destroy_pixmap(upload_pixmap); in glamor_copy_glyph()
131 glamor_destroy_pixmap(atlas->atlas); in glamor_glyph_atlas_init()
H A Dglamor_trapezoid.c68 glamor_destroy_pixmap(pixmap); in glamor_create_mask_picture()
H A Dglamor.h125 extern _X_EXPORT Bool glamor_destroy_pixmap(PixmapPtr pixmap);
H A Dglamor_transform.c279 glamor_destroy_pixmap(pixmap); in glamor_get_stipple_pixmap()
H A Dglamor_dash.c127 glamor_destroy_pixmap(pixmap); in glamor_get_dash_pixmap()
H A Dglamor_copy.c593 glamor_destroy_pixmap(tmp_pixmap); in glamor_copy_fbo_fbo_temp()
599 glamor_destroy_pixmap(tmp_pixmap); in glamor_copy_fbo_fbo_temp()
H A Dglamor.c259 glamor_destroy_pixmap(PixmapPtr pixmap) in glamor_destroy_pixmap() function
669 screen->DestroyPixmap = glamor_destroy_pixmap; in glamor_init()
H A Dglamor_gradient.c867 glamor_destroy_pixmap(pixmap); in glamor_generate_radial_gradient_picture()
1178 glamor_destroy_pixmap(pixmap); in glamor_generate_linear_gradient_picture()
H A Dglamor_xv.c336 glamor_destroy_pixmap(port_priv->src_pix[i]); in glamor_xv_free_port_data()
1000 glamor_destroy_pixmap(port_priv->src_pix[i]); in glamor_xv_put_image()
H A Dglamor_largepixmap.c867 glamor_destroy_pixmap(temp_pixmap); in glamor_merge_clipped_regions()
H A Dglamor_render.c1376 glamor_destroy_pixmap(pixmap); in glamor_convert_gradient_picture()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c188 glamor_destroy_pixmap(pixmap); in xwl_glamor_gbm_create_pixmap_for_bo()
261 return glamor_destroy_pixmap(pixmap); in xwl_glamor_gbm_destroy_pixmap()
H A Dxwayland-glamor-eglstream.c311 return glamor_destroy_pixmap(pixmap); in xwl_glamor_eglstream_destroy_pixmap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog38121 glamor_(egl_)destroy_textured_pixmap and glamor_destroy_pixmap.
38145 ==25551== by 0x85D7750: glamor_destroy_pixmap (glamor.c:235)
38159 ==25551== by 0x85D7750: glamor_destroy_pixmap (glamor.c:235)
38501 This patch unifies the second two by having glamor_destroy_pixmap
47795 glamor: Expose glamor_destroy_pixmap()
47798 directly, we need to call glamor_destroy_pixmap() to destroy it.