Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl_c.h34 typedef struct SDL_EGL_VideoData struct
36 void *egl_dll_handle, *dll_handle;
37 EGLDisplay egl_display;
38 EGLConfig egl_config;
39 int egl_swapinterval;
40 int egl_surfacetype;
41 int egl_version_major, egl_version_minor;
42 EGLint egl_required_visual_id;
55 void *(EGLAPIENTRY *eglGetProcAddress) (const char * procName);
107 } SDL_EGL_VideoData; argument

Completed in 2 milliseconds