Home
last modified time | relevance | path

Searched refs:DirectFB_GLContext (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_opengl.c42 DirectFB_GLContext *firstgl; /* linked list */
176 DirectFB_GLContext *context; in DirectFB_GL_CreateContext()
178 SDL_DFB_ALLOC_CLEAR(context, sizeof(DirectFB_GLContext)); in DirectFB_GL_CreateContext()
208 DirectFB_GLContext *ctx = (DirectFB_GLContext *) context; in DirectFB_GL_MakeCurrent()
209 DirectFB_GLContext *p; in DirectFB_GL_MakeCurrent()
246 DirectFB_GLContext *p; in DirectFB_GL_SwapWindow()
271 DirectFB_GLContext *ctx = (DirectFB_GLContext *) context; in DirectFB_GL_DeleteContext()
272 DirectFB_GLContext *p; in DirectFB_GL_DeleteContext()
291 DirectFB_GLContext *p; in DirectFB_GL_FreeWindowContexts()
305 DirectFB_GLContext *p; in DirectFB_GL_ReAllocWindowContexts()
[all …]
A DSDL_DirectFB_opengl.h32 typedef struct _DirectFB_GLContext DirectFB_GLContext; typedef
36 DirectFB_GLContext *next;

Completed in 3 milliseconds