Home
last modified time | relevance | path

Searched refs:vbuf_id (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-widget-egl.c163 d->egl.vbuf_id = buf; in spice_egl_init_shaders()
395 if (d->egl.vbuf_id) { in spice_egl_unrealize_display()
396 glDeleteBuffers(1, &d->egl.vbuf_id); in spice_egl_unrealize_display()
397 d->egl.vbuf_id = 0; in spice_egl_unrealize_display()
455 glBindBuffer(GL_ARRAY_BUFFER, d->egl.vbuf_id); in draw_rect_from_arrays()
H A Dspice-widget-priv.h145 guint vbuf_id; member