Home
last modified time | relevance | path

Searched refs:context_egl (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c110 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); in draw_cb() local
112 if (context_egl->egl_surface) { in draw_cb()
118 if (eglQuerySurface (context_egl->egl_display, context_egl->egl_surface, in draw_cb()
120 && eglQuerySurface (context_egl->egl_display, context_egl->egl_surface, in draw_cb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c340 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); in gst_gl_window_gbm_init_surface() local
355 if (!eglGetConfigAttrib (context_egl->egl_display, context_egl->egl_config, in gst_gl_window_gbm_init_surface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c1387 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); local
1389 return gst_gl_check_extension (feature, context_egl->egl_exts);
1402 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); local
1404 *major = context_egl->egl_major;
1405 *minor = context_egl->egl_minor;
/third_party/gstreamer/gstplugins_base/
DChangeLog24462 gl: add necessary context_egl.h #includes to the source files
35178 gl/context_egl: pass the vars in the right order to DestroySurface
/third_party/gstreamer/gstplugins_bad/
DChangeLog65762 gl: add necessary context_egl.h #includes to the source files
113102 gl/context_egl: pass the vars in the right order to DestroySurface