summaryrefslogtreecommitdiff
path: root/va/egl/va_egl_impl.h
blob: 96bc9a8bb6f86bd9f95f0e769da7d9911ad5e3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _VA_EGL_IMPL_H_
#define _VA_EGL_IMPL_H_

/**
 * Initialize EGL driver context
 *
 * @param[in]  dpy        the VA Display
 * @return VA_STATUS_SUCCESS if successful
 */
VAStatus va_egl_init_context(VADisplay dpy);

#endif /* _VA_GLX_IMPL_H_ */