Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.h72 extern void WIN_DestroyWindow(_THIS, SDL_Window * window);
DSDL_windowswindow.c317 WIN_DestroyWindow(_this, window); in WIN_CreateWindow()
329 WIN_DestroyWindow(_this, window); in WIN_CreateWindow()
669 WIN_DestroyWindow(_THIS, SDL_Window * window) in WIN_DestroyWindow() function
DSDL_windowsvideo.c153 device->DestroyWindow = WIN_DestroyWindow; in WIN_CreateDevice()