Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dsdl2-gl.c176 SDL_GLContext sdlctx = (SDL_GLContext)ctx; in sdl2_gl_destroy_context() local
178 SDL_GL_DeleteContext(sdlctx); in sdl2_gl_destroy_context()
185 SDL_GLContext sdlctx = (SDL_GLContext)ctx; in sdl2_gl_make_context_current() local
189 return SDL_GL_MakeCurrent(scon->real_window, sdlctx); in sdl2_gl_make_context_current()