Top | ![]() |
![]() |
![]() |
![]() |
gpointer gst_gl_context_egl_get_proc_address (GstGLContext *context
,const gchar *name
);
struct GstGLContextEGL { GstGLContext context; EGLContext egl_context; EGLDisplay egl_display; EGLSurface egl_surface; EGLConfig egl_config; GstGLAPI gl_api; EGLImageKHR (*eglCreateImage) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); EGLBoolean (*eglDestroyImage) (EGLDisplay dpy, EGLImageKHR image); /* Cached handle */ EGLNativeWindowType window_handle; };