Searched refs:dpy_gl_ctx_destroy_texture (Results 1 – 3 of 3) sorted by relevance
89 .dpy_gl_ctx_destroy_texture = dbus_destroy_texture,
248 if (con->gl && con->gl->ops->dpy_gl_ctx_destroy_texture) { in dpy_gfx_destroy_texture()249 con->gl->ops->dpy_gl_ctx_destroy_texture(con->gl, surface); in dpy_gfx_destroy_texture()
290 void (*dpy_gl_ctx_destroy_texture)(DisplayGLCtx *dgc, member