Searched refs:GstGLContextEGL (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.h | 29 typedef struct _GstGLContextEGL GstGLContextEGL; typedef 35 …ONTEXT_EGL(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_CONTEXT_EGL, GstGLContextEGL)) 41 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLContextEGL, gst_object_unref) 87 GstGLContextEGL * gst_gl_context_egl_new (GstGLDisplay * display);
|
D | gstglcontext_egl.c | 83 G_DEFINE_TYPE (GstGLContextEGL, gst_gl_context_egl, GST_TYPE_GL_CONTEXT); 119 gst_gl_context_egl_init (GstGLContextEGL * context) in gst_gl_context_egl_init() 124 GstGLContextEGL * 127 GstGLContextEGL *context; in gst_gl_context_egl_new() 384 gst_gl_context_egl_dump_config (GstGLContextEGL * egl, EGLConfig config) in gst_gl_context_egl_dump_config() 607 gst_gl_context_egl_dump_all_configs (GstGLContextEGL * egl) in gst_gl_context_egl_dump_all_configs() 631 gst_gl_context_egl_choose_config (GstGLContextEGL * egl, GstGLAPI gl_api, in gst_gl_context_egl_choose_config() 771 _create_context_with_flags (GstGLContextEGL * egl, EGLContext share_context, in _create_context_with_flags() 836 gst_gl_context_egl_window_handle_changed_cb (GstGLContextEGL * egl, in gst_gl_context_egl_window_handle_changed_cb() 851 GstGLContextEGL *egl; in gst_gl_context_egl_create_context() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/ |
D | gstglwindow_android_egl.c | 110 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); in draw_cb()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstglwindow_gbm_egl.c | 340 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); in gst_gl_window_gbm_init_surface()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 16463 gl: Fix subclassing of GstGLContextEGL 24394 Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 65069 Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.
|