Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.h39 extern SDL_GLContext WIN_GLES_CreateContext(_THIS, SDL_Window * window);
A DSDL_windowsopengles.c61 WIN_GLES_CreateContext(_THIS, SDL_Window * window) in WIN_GLES_CreateContext() function
A DSDL_windowsopengl.c678 _this->GL_CreateContext = WIN_GLES_CreateContext; in WIN_GL_CreateContext()
689 return WIN_GLES_CreateContext(_this, window); in WIN_GL_CreateContext()
A DSDL_windowsvideo.c198 device->GL_CreateContext = WIN_GLES_CreateContext; in WIN_CreateDevice()

Completed in 6 milliseconds