
Go to the source code of this file.
Functions | |
| int | aglInit (vout_thread_t *p_vout) |
| void | aglEnd (vout_thread_t *p_vout) |
| int | aglManage (vout_thread_t *p_vout) |
| int | aglControl (vout_thread_t *, int, va_list) |
| void | aglSwap (vout_thread_t *p_vout) |
| int | aglLock (vout_thread_t *p_vout) |
| void | aglUnlock (vout_thread_t *p_vout) |
| int aglControl | ( | vout_thread_t * | , | |
| int | , | |||
| va_list | ||||
| ) |
References aglLock(), aglReshape(), aglSetViewport(), aglUnlock(), vout_thread_t::p_parent, VLC_EGENERIC, and VLC_SUCCESS.
| void aglEnd | ( | vout_thread_t * | p_vout | ) |
| int aglInit | ( | vout_thread_t * | p_vout | ) |
References aglLock(), aglReshape(), aglSetViewport(), aglUnlock(), vlc_value_t::i_int, msg_Err, vout_thread_t::p_libvlc, var_Get, VLC_EGENERIC, and VLC_SUCCESS.
| int aglLock | ( | vout_thread_t * | p_vout | ) |
| int aglManage | ( | vout_thread_t * | p_vout | ) |
| void aglSwap | ( | vout_thread_t * | p_vout | ) |
| void aglUnlock | ( | vout_thread_t * | p_vout | ) |
1.5.6