Home
last modified time | relevance | path

Searched refs:gst_gl_framebuffer_new (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.h82 GstGLFramebuffer * gst_gl_framebuffer_new (GstGLContext *context);
Dgstglframebuffer.c182 gst_gl_framebuffer_new (GstGLContext * context) in gst_gl_framebuffer_new() function
222 GstGLFramebuffer *fb = gst_gl_framebuffer_new (context); in gst_gl_framebuffer_new_with_default_depth()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglheaders.c143 framebuffer = gst_gl_framebuffer_new (context); in _construct_with_activated_context()