Home
last modified time | relevance | path

Searched refs:SDL_GLDriverData (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl_c.h32 typedef struct SDL_GLDriverData { struct
37 }SDL_GLDriverData; typedef
A DSDL_pspvideo.c66 SDL_GLDriverData *gldata; in PSP_Create()
91 gldata = (SDL_GLDriverData *) SDL_calloc(1, sizeof(SDL_GLDriverData)); in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_opengl.c38 struct SDL_GLDriverData struct
71 (struct SDL_GLDriverData *) SDL_calloc(1, in DirectFB_GL_Initialize()
73 SDL_GLDriverData)); in DirectFB_GL_Initialize()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.h37 struct SDL_GLDriverData struct
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.h30 struct SDL_GLDriverData struct
A DSDL_x11opengl.c187 (struct SDL_GLDriverData *) SDL_calloc(1, in X11_GL_LoadLibrary()
189 SDL_GLDriverData)); in X11_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.h28 struct SDL_GLDriverData struct
A DSDL_windowsopengl.c115 _this->gl_data = (struct SDL_GLDriverData *) SDL_calloc(1, sizeof(struct SDL_GLDriverData)); in WIN_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h397 struct SDL_GLDriverData *gl_data;

Completed in 28 milliseconds