Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.h41 extern SDL_GLContext WIN_GLES_CreateContext(_THIS, SDL_Window * window);
DSDL_windowsopengles.c62 WIN_GLES_CreateContext(_THIS, SDL_Window * window) in WIN_GLES_CreateContext() function
DSDL_windowsopengl.c610 _this->GL_CreateContext = WIN_GLES_CreateContext; in WIN_GL_CreateContext()
621 return WIN_GLES_CreateContext(_this, window); in WIN_GL_CreateContext()
DSDL_windowsvideo.c180 device->GL_CreateContext = WIN_GLES_CreateContext; in WIN_CreateDevice()