Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.h25 extern void WIN_DestroyWindowFramebuffer(_THIS, SDL_Window * window);
DSDL_windowsframebuffer.c106 void WIN_DestroyWindowFramebuffer(_THIS, SDL_Window * window) in WIN_DestroyWindowFramebuffer() function
DSDL_windowsvideo.c157 device->DestroyWindowFramebuffer = WIN_DestroyWindowFramebuffer; in WIN_CreateDevice()