Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.h59 extern int WIN_GL_SetupWindow(_THIS, SDL_Window * window);
DSDL_windowsopengl.c586 WIN_GL_SetupWindow(_THIS, SDL_Window * window) in WIN_GL_SetupWindow() function
DSDL_windowswindow.c328 if (WIN_GL_SetupWindow(_this, window) < 0) { in WIN_CreateWindow()