Home
last modified time | relevance | path

Searched refs:glamor_create_pixmap (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c60 pixmap = glamor_create_pixmap(screen, 0, 0, in glamor_create_mask_picture()
H A Dglamor_xv.c1003 glamor_create_pixmap(pScreen, width, height, 8, in glamor_xv_put_image()
1010 glamor_create_pixmap(pScreen, width >> 1, height >> 1, 8, in glamor_xv_put_image()
1013 glamor_create_pixmap(pScreen, width >> 1, height >> 1, 8, in glamor_xv_put_image()
1020 glamor_create_pixmap(pScreen, width >> 1, height >> 1, 16, in glamor_xv_put_image()
H A Dglamor_composite_glyphs.c79 upload_pixmap = glamor_create_pixmap(screen, in glamor_copy_glyph()
127 atlas->atlas = glamor_create_pixmap(screen, glamor_priv->glyph_atlas_dim, in glamor_glyph_atlas_init()
H A Dglamor.h123 extern _X_EXPORT PixmapPtr glamor_create_pixmap(ScreenPtr screen, int w, int h,
H A Dglamor_transform.c243 pixmap = glamor_create_pixmap(screen, in glamor_get_stipple_pixmap()
H A Dglamor_dash.c95 pixmap = glamor_create_pixmap(screen, offset, 1, 8, 0); in glamor_get_dash_pixmap()
H A Dglamor.c200 glamor_create_pixmap(ScreenPtr screen, int w, int h, int depth, in glamor_create_pixmap() function
863 screen->CreatePixmap = glamor_create_pixmap; in glamor_init()
H A Dglamor_gradient.c854 pixmap = glamor_create_pixmap(screen, in glamor_generate_radial_gradient_picture()
1164 pixmap = glamor_create_pixmap(screen, in glamor_generate_linear_gradient_picture()
H A Dglamor_copy.c549 tmp_pixmap = glamor_create_pixmap(screen, in glamor_copy_fbo_fbo_temp()
H A Dglamor_largepixmap.c793 glamor_create_pixmap(pixmap->drawable.pScreen, in glamor_merge_clipped_regions()
H A Dglamor_render.c1365 pixmap = glamor_create_pixmap(screen, in glamor_convert_gradient_picture()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c141 pixmap = glamor_create_pixmap(screen, in xwl_glamor_gbm_create_pixmap_for_bo()
240 pixmap = glamor_create_pixmap(screen, width, height, depth, hint); in xwl_glamor_gbm_create_pixmap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4066 simply returns `glamor_create_pixmap()`.
16502 #8 glamor_create_pixmap at glamor.c:226
16680 glamor_create_pixmap() would return a NullPixmap if the given size is
16684 non-null, leading to a segfault if glamor_create_pixmap() failed.
21525 This causes glamor to e.g. crash in the next glamor_create_pixmap() call
47797 When we create a glamor pixmap by calling glamor_create_pixmap()
53667 glamor_create_pixmap: Allocate glyphs pixmap in memory.
55491 on the glamor_create_pixmap or on the egl layer, we all already
55931 Call glamor_create_pixmap directly in glamor rendering path.