Searched refs:xwl_gbm (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 200 struct xwl_gbm_private *xwl_gbm = xwl_gbm_get(xwl_screen); in xwl_glamor_gbm_create_pixmap() local 211 if (xwl_gbm->dmabuf_capable) { in xwl_glamor_gbm_create_pixmap() 216 bo = gbm_bo_create_with_modifiers(xwl_gbm->gbm, width, height, in xwl_glamor_gbm_create_pixmap() 223 bo = gbm_bo_create(xwl_gbm->gbm, width, height, format, in xwl_glamor_gbm_create_pixmap() 270 struct xwl_gbm_private *xwl_gbm = xwl_gbm_get(xwl_screen); in xwl_glamor_gbm_get_wl_buffer_for_pixmap() local 336 if (xwl_gbm->dmabuf && modifier_supported) { in xwl_glamor_gbm_get_wl_buffer_for_pixmap() 339 params = zwp_linux_dmabuf_v1_create_params(xwl_gbm->dmabuf); in xwl_glamor_gbm_get_wl_buffer_for_pixmap() 352 wl_drm_create_prime_buffer(xwl_gbm->drm, prime_fd, width, height, in xwl_glamor_gbm_get_wl_buffer_for_pixmap() 366 struct xwl_gbm_private *xwl_gbm = xwl_gbm_get(xwl_screen); in xwl_glamor_gbm_cleanup() local 368 if (xwl_gbm->device_name) in xwl_glamor_gbm_cleanup() [all …]
|