Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c42 _this->GL_CreateContext = WIN_GL_CreateContext; in WIN_GLES_LoadLibrary()
74 _this->GL_CreateContext = WIN_GL_CreateContext; in WIN_GLES_CreateContext()
85 return WIN_GL_CreateContext(_this, window); in WIN_GLES_CreateContext()
DSDL_windowsopengl.h60 extern SDL_GLContext WIN_GL_CreateContext(_THIS, SDL_Window * window);
DSDL_windowsvideo.c169 device->GL_CreateContext = WIN_GL_CreateContext; in WIN_CreateDevice()
DSDL_windowsopengl.c597 WIN_GL_CreateContext(_THIS, SDL_Window * window) in WIN_GL_CreateContext() function