
Data Fields | |
| VLC_COMMON_MEMBERS struct vout_window_t * | surface |
| module_t * | module |
| void * | sys |
| int(* | makeCurrent )(vlc_gl_t *) |
| void(* | swap )(vlc_gl_t *) |
| int(* | lock )(vlc_gl_t *) |
| void(* | unlock )(vlc_gl_t *) |
| void *(* | getProcAddress )(vlc_gl_t *, const char *) |
| void*(* vlc_gl_t::getProcAddress)(vlc_gl_t *, const char *) |
Referenced by vlc_gl_GetProcAddress().
| int(* vlc_gl_t::lock)(vlc_gl_t *) |
Referenced by vlc_gl_Lock().
| int(* vlc_gl_t::makeCurrent)(vlc_gl_t *) |
Referenced by vlc_gl_Create(), and vlc_gl_Destroy().
| VLC_COMMON_MEMBERS struct vout_window_t* vlc_gl_t::surface |
Referenced by vlc_gl_Create().
| void(* vlc_gl_t::swap)(vlc_gl_t *) |
Referenced by vlc_gl_Swap().
| void* vlc_gl_t::sys |
| void(* vlc_gl_t::unlock)(vlc_gl_t *) |
Referenced by vlc_gl_Unlock().
1.7.1