Searched refs:context_egl (Results 1 – 5 of 5) sorted by relevance
110 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); in draw_cb() local112 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()
340 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); in gst_gl_window_gbm_init_surface() local355 if (!eglGetConfigAttrib (context_egl->egl_display, context_egl->egl_config, in gst_gl_window_gbm_init_surface()
1387 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); local1389 return gst_gl_check_extension (feature, context_egl->egl_exts);1402 GstGLContextEGL *context_egl = GST_GL_CONTEXT_EGL (context); local1404 *major = context_egl->egl_major;1405 *minor = context_egl->egl_minor;
24462 gl: add necessary context_egl.h #includes to the source files35178 gl/context_egl: pass the vars in the right order to DestroySurface
65762 gl: add necessary context_egl.h #includes to the source files113102 gl/context_egl: pass the vars in the right order to DestroySurface