Searched refs:WIN_GLES_CreateContext (Results 1 – 4 of 4) sorted by relevance
41 extern SDL_GLContext WIN_GLES_CreateContext(_THIS, SDL_Window * window);
62 WIN_GLES_CreateContext(_THIS, SDL_Window * window) in WIN_GLES_CreateContext() function
610 _this->GL_CreateContext = WIN_GLES_CreateContext; in WIN_GL_CreateContext()621 return WIN_GLES_CreateContext(_this, window); in WIN_GL_CreateContext()
180 device->GL_CreateContext = WIN_GLES_CreateContext; in WIN_CreateDevice()