Home
last modified time | relevance | path

Searched refs:glamor_gbm_bo_from_pixmap (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl_stubs.c67 glamor_gbm_bo_from_pixmap(ScreenPtr screen, PixmapPtr pixmap) in glamor_gbm_bo_from_pixmap() function
H A Dglamor.h253 extern _X_EXPORT struct gbm_bo *glamor_gbm_bo_from_pixmap(ScreenPtr screen,
H A Dglamor_prepare.c90 gbm = glamor_gbm_bo_from_pixmap(screen, pixmap); in glamor_prep_pixmap_box()
H A Dglamor_egl.c398 glamor_gbm_bo_from_pixmap(ScreenPtr screen, PixmapPtr pixmap) in glamor_gbm_bo_from_pixmap() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpageflip.c367 new_front_bo.gbm = glamor_gbm_bo_from_pixmap(screen, new_front); in ms_do_pageflip()
H A Dpresent.c268 gbm = glamor_gbm_bo_from_pixmap(screen, pixmap); in ms_present_check_unflip()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c591 glamor_gbm_bo_from_pixmap(ScreenPtr screen, PixmapPtr pixmap) in glamor_gbm_bo_from_pixmap() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog3182 If a pixmap is not exportable, `glamor_gbm_bo_from_pixmap()` would fail
3190 Refactor the code so that `glamor_gbm_bo_from_pixmap()` takes care of
29394 new_front_bo.gbm = glamor_gbm_bo_from_pixmap(screen, new_front);
34318 glamor: Add a new glamor_gbm_bo_from_pixmap() function.