Searched refs:xwl_pixmap_get (Results 1 – 6 of 6) sorted by relevance
306 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_eglstream_destroy_pixmap()319 return xwl_pixmap_get(pixmap)->buffer; in xwl_glamor_eglstream_get_wl_buffer_for_pixmap()464 pending_stream->xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_eglstream_queue_pending_stream()538 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_eglstream_allow_commits()571 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_eglstream_post_damage()
262 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_shm_destroy_pixmap()277 return xwl_pixmap_get(pixmap)->buffer; in xwl_shm_pixmap_get_wl_buffer()
249 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_gbm_destroy_pixmap()269 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_gbm_get_wl_buffer_for_pixmap()552 xwl_pixmap = xwl_pixmap_get(pixmap); in glamor_egl_fds_from_pixmap()
423 struct xwl_pixmap *xwl_pixmap_get(PixmapPtr pixmap);
475 xwl_pixmap_get(PixmapPtr pixmap) in xwl_pixmap_get() function
4070 calls to `xwl_pixmap_get()` will return NULL and cause a NULL pointer4088 Make sure we check for `xwl_pixmap_get()` returned value where relevant