Searched refs:xwl_eglstream (Results 1 – 1 of 1) sorted by relevance
176 struct xwl_eglstream_private *xwl_eglstream = in xwl_eglstream_cleanup() local179 if (xwl_eglstream->display) in xwl_eglstream_cleanup()180 wl_eglstream_display_destroy(xwl_eglstream->display); in xwl_eglstream_cleanup()181 if (xwl_eglstream->controller) in xwl_eglstream_cleanup()182 wl_eglstream_controller_destroy(xwl_eglstream->controller); in xwl_eglstream_cleanup()183 if (xwl_eglstream->blit_prog) { in xwl_eglstream_cleanup()184 glDeleteProgram(xwl_eglstream->blit_prog); in xwl_eglstream_cleanup()185 glDeleteBuffers(1, &xwl_eglstream->blit_vbo); in xwl_eglstream_cleanup()188 free(xwl_eglstream); in xwl_eglstream_cleanup()326 struct xwl_eglstream_private *xwl_eglstream = in xwl_eglstream_set_window_pixmap() local[all …]