Searched defs:SDL_PrivateGLData (Results 1 – 3 of 3) sorted by relevance
38 struct SDL_PrivateGLData { struct40 int gl_active; /* to stop switching drivers while we have a valid context */42 int gl_oldmesa; /* Old OpenGL support ? */44 int gl_pixelsize; /* for CopyShadow functions */46 SDL_bool gl_upsidedown; /* Some implementations draw upside down */48 Uint8 *gl_shadow; /* Shadow buffer for old implementations */51 void (*ConvertSurface)(_THIS, SDL_Surface *surface); 54 void (*CopyShadow)(_THIS, SDL_Surface *surface); 57 OSMesaContext ctx;60 void (*glGetIntegerv)( GLenum pname, GLint *value );[all …]
31 struct SDL_PrivateGLData { struct32 int gl_active; /* to stop switching drivers while we have a valid context */35 GLXContext glx_context; /* Current GL context */36 XVisualInfo* glx_visualinfo; /* XVisualInfo* returned by glXChooseVisual */38 void * (*glXGetProcAddress)(const GLubyte *procName);40 XVisualInfo* (*glXChooseVisual)45 GLXContext (*glXCreateContext)51 void (*glXDestroyContext)55 Bool (*glXMakeCurrent)60 void (*glXSwapBuffers)[all …]
29 struct SDL_PrivateGLData { struct30 int gl_active; /* to stop switching drivers while we have a valid context */33 PIXELFORMATDESCRIPTOR GL_pfd;34 HDC GL_hdc;35 HGLRC GL_hrc;36 int pixel_format;37 int WGL_ARB_pixel_format;39 void * (WINAPI *wglGetProcAddress)(const char *proc);52 void (WINAPI *wglSwapIntervalEXT)(int interval);53 int (WINAPI *wglGetSwapIntervalEXT)(void);