Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11framebuffer.h29 extern void X11_DestroyWindowFramebuffer(_THIS, SDL_Window * window);
DSDL_x11framebuffer.c65 X11_DestroyWindowFramebuffer(_this, window); in X11_CreateWindowFramebuffer()
223 X11_DestroyWindowFramebuffer(_THIS, SDL_Window * window) in X11_DestroyWindowFramebuffer() function
DSDL_x11video.c257 device->DestroyWindowFramebuffer = X11_DestroyWindowFramebuffer; in X11_CreateDevice()