Searched refs:WIN_GLES_CreateContext (Results 1 – 4 of 4) sorted by relevance
39 extern SDL_GLContext WIN_GLES_CreateContext(_THIS, SDL_Window * window);
61 WIN_GLES_CreateContext(_THIS, SDL_Window * window) in WIN_GLES_CreateContext() function
678 _this->GL_CreateContext = WIN_GLES_CreateContext; in WIN_GL_CreateContext()689 return WIN_GLES_CreateContext(_this, window); in WIN_GL_CreateContext()
198 device->GL_CreateContext = WIN_GLES_CreateContext; in WIN_CreateDevice()
Completed in 6 milliseconds