Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dsdl2.c808 static const DisplayChangeListenerOps dcl_gl_ops = { variable
826 return dcl->ops == &dcl_gl_ops; in sdl2_gl_is_compatible_dcl()
913 sdl2_console[i].dcl.ops = display_opengl ? &dcl_gl_ops : &dcl_2d_ops; in sdl2_display_init()