Home
last modified time | relevance | path

Searched defs:SDL_GLDriverData (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.h30 struct SDL_GLDriverData struct
32 int errorBase, eventBase;
34 SDL_bool HAS_GLX_EXT_visual_rating;
35 SDL_bool HAS_GLX_EXT_visual_info;
36 SDL_bool HAS_GLX_EXT_swap_control_tear;
37 SDL_bool HAS_GLX_EXT_create_context_es2_profile;
38 SDL_bool HAS_GLX_ARB_context_flush_control;
40 Bool (*glXQueryExtension) (Display*,int*,int*);
41 void *(*glXGetProcAddress) (const GLubyte*);
42 XVisualInfo *(*glXChooseVisual) (Display*,int,int*);
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspgl_c.h32 typedef struct SDL_GLDriverData { struct
37 }SDL_GLDriverData; argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.h28 struct SDL_GLDriverData struct
30 SDL_bool HAS_WGL_ARB_pixel_format;
31 SDL_bool HAS_WGL_EXT_swap_control_tear;
32 SDL_bool HAS_WGL_EXT_create_context_es2_profile;
33 SDL_bool HAS_WGL_ARB_context_flush_control;
35 void *(WINAPI * wglGetProcAddress) (const char *proc);
52 int (WINAPI * wglGetSwapIntervalEXT) (void);
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_opengl.c38 struct SDL_GLDriverData struct
40 int gl_active; /* to stop switching drivers while we have a valid context */
41 int initialized;
42 DirectFB_GLContext *firstgl; /* linked list */
45 void (*glFinish) (void);
46 void (*glFlush) (void);
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.h31 struct SDL_GLDriverData struct
33 int initialized;