Array bound check
[platform/upstream/libva.git] / va / egl / va_egl_impl.h
1 #ifndef _VA_EGL_IMPL_H_
2 #define _VA_EGL_IMPL_H_
3
4 #define IMPL_MAX_EGL_SURFACE_TARGETS    4
5 #define IMPL_MAX_EGL_SURFACE_ATTRIBUTES 8
6
7
8 /**
9  * Initialize EGL driver context
10  *
11  * @param[in]  dpy        the VA Display
12  * @return VA_STATUS_SUCCESS if successful
13  */
14 VAStatus va_egl_init_context(VADisplay dpy);
15
16 #endif /* _VA_GLX_IMPL_H_ */