Searched refs:gst_gl_framebuffer_new_with_default_depth (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglframebuffer.h | 84 GstGLFramebuffer * gst_gl_framebuffer_new_with_default_depth (GstGLContext *context,
|
D | gstglframebuffer.c | 219 gst_gl_framebuffer_new_with_default_depth (GstGLContext * context, guint width, in gst_gl_framebuffer_new_with_default_depth() function
|
D | gstglfilter.c | 707 gst_gl_framebuffer_new_with_default_depth (context, out_width, in gst_gl_filter_gl_set_caps()
|
D | gstglviewconvert.c | 1475 gst_gl_framebuffer_new_with_default_depth (viewconvert->context, in _init_view_convert_fbo()
|
D | gstglcolorconvert.c | 2684 gst_gl_framebuffer_new_with_default_depth (convert->context, out_width, in _init_convert_fbo()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltestsrc.c | 290 src->fbo = gst_gl_framebuffer_new_with_default_depth (bsrc->context, in gst_gl_test_src_gl_start()
|
D | gstglmixer.c | 535 gst_gl_framebuffer_new_with_default_depth (context, out_width, in _mixer_create_fbo()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglcontext.c | 79 fbo = gst_gl_framebuffer_new_with_default_depth (context, 320, 240); in init() 203 fbo2 = gst_gl_framebuffer_new_with_default_depth (context, 320, 240); in init_blit()
|
D | gstglupload.c | 158 fbo = gst_gl_framebuffer_new_with_default_depth (context, WIDTH, HEIGHT); in init()
|