Home
last modified time | relevance | path

Searched refs:dpy_gl_ctx_destroy_texture (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Ddbus.c89 .dpy_gl_ctx_destroy_texture = dbus_destroy_texture,
H A Dconsole.c246 if (con->gl && con->gl->ops->dpy_gl_ctx_destroy_texture) { in dpy_gfx_destroy_texture()
247 con->gl->ops->dpy_gl_ctx_destroy_texture(con->gl, surface); in dpy_gfx_destroy_texture()
/qemu/include/ui/
H A Dconsole.h293 void (*dpy_gl_ctx_destroy_texture)(DisplayGLCtx *dgc,
311 void (*dpy_gl_ctx_destroy_texture)(DisplayGLCtx *dgc, global() member