Home
last modified time | relevance | path

Searched defs:SDL_PrivateGLData (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_atarigl_c.h38 struct SDL_PrivateGLData { struct
40 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 …]
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl_c.h31 struct SDL_PrivateGLData { struct
32 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 …]
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl_c.h29 struct SDL_PrivateGLData { struct
30 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);
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxgl_c.h35 struct SDL_PrivateGLData { struct
36 int gl_active;