Home
last modified time | relevance | path

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

/qemu/ui/
H A Ddbus.c88 .dpy_gl_ctx_create_texture = dbus_create_texture,
H A Dconsole.c239 if (con->gl && con->gl->ops->dpy_gl_ctx_create_texture) { in dpy_gfx_create_texture()
240 con->gl->ops->dpy_gl_ctx_create_texture(con->gl, surface); in dpy_gfx_create_texture()
/qemu/include/ui/
H A Dconsole.h291 void (*dpy_gl_ctx_create_texture)(DisplayGLCtx *dgc,
309 void (*dpy_gl_ctx_create_texture)(DisplayGLCtx *dgc, global() member