Searched refs:glamor_create_pixmap (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_trapezoid.c | 60 pixmap = glamor_create_pixmap(screen, 0, 0, in glamor_create_mask_picture()
|
| H A D | glamor_xv.c | 1003 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 D | glamor_composite_glyphs.c | 79 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 D | glamor.h | 123 extern _X_EXPORT PixmapPtr glamor_create_pixmap(ScreenPtr screen, int w, int h,
|
| H A D | glamor_transform.c | 243 pixmap = glamor_create_pixmap(screen, in glamor_get_stipple_pixmap()
|
| H A D | glamor_dash.c | 95 pixmap = glamor_create_pixmap(screen, offset, 1, 8, 0); in glamor_get_dash_pixmap()
|
| H A D | glamor.c | 200 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 D | glamor_gradient.c | 854 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 D | glamor_copy.c | 549 tmp_pixmap = glamor_create_pixmap(screen, in glamor_copy_fbo_fbo_temp()
|
| H A D | glamor_largepixmap.c | 793 glamor_create_pixmap(pixmap->drawable.pScreen, in glamor_merge_clipped_regions()
|
| H A D | glamor_render.c | 1365 pixmap = glamor_create_pixmap(screen, in glamor_convert_gradient_picture()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 141 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 D | ChangeLog | 4066 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.
|