Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A 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_ARB_context_flush_control;
45 struct {
48 } es_profile_max_supported_version;
61 int (*glXSwapIntervalSGI) (int);
62 int (*glXSwapIntervalMESA) (int);
[all …]
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl_c.h32 typedef struct SDL_GLDriverData { struct
37 }SDL_GLDriverData; argument
/AliOS-Things-master/components/SDL2/src/video/windows/
A 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_ARB_context_flush_control;
33 SDL_bool HAS_WGL_ARB_create_context_robustness;
34 SDL_bool HAS_WGL_ARB_create_context_no_error;
40 struct {
43 } es_profile_max_supported_version;
45 void *(WINAPI * wglGetProcAddress) (const char *proc);
62 int (WINAPI * wglGetSwapIntervalEXT) (void);
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.h37 struct SDL_GLDriverData struct
39 int initialized;
/AliOS-Things-master/components/SDL2/src/video/directfb/
A 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);

Completed in 12 milliseconds