Searched refs:gst_gl_framebuffer_draw_to_texture (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglframebuffer.h | 110 gboolean gst_gl_framebuffer_draw_to_texture (GstGLFramebuffer * fb,
|
D | gstglframebuffer.c | 283 gst_gl_framebuffer_draw_to_texture (GstGLFramebuffer * fb, GstGLMemory * mem, in gst_gl_framebuffer_draw_to_texture() function
|
D | gstglfilter.c | 1079 return gst_gl_framebuffer_draw_to_texture (filter->fbo, output, _glcb, &cb); in gst_gl_filter_render_to_target()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfilterapp.c | 223 gst_gl_framebuffer_draw_to_texture (filter->fbo, in gst_gl_filter_app_filter_texture()
|
D | gstgltestsrc.c | 282 return gst_gl_framebuffer_draw_to_texture (test_src->fbo, memory, in gst_gl_test_src_fill_memory()
|
D | gstglfilterglass.c | 257 gst_gl_framebuffer_draw_to_texture (filter->fbo, out_tex, in gst_gl_filter_glass_filter_texture()
|
D | gstglmosaic.c | 231 gst_gl_framebuffer_draw_to_texture (mixer->fbo, mosaic->out_tex, in _mosaic_render()
|
D | gstglfiltercube.c | 344 return gst_gl_framebuffer_draw_to_texture (filter->fbo, out_tex, _callback, in gst_gl_filter_cube_filter_texture()
|
D | gstgltransformation.c | 893 gst_gl_framebuffer_draw_to_texture (filter->fbo, out_tex, in gst_gl_transformation_filter_texture()
|
D | gstglvideomixer.c | 1246 gst_gl_framebuffer_draw_to_texture (mixer->fbo, video_mixer->out_tex, in _video_mixer_process_gl()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglcontext.c | 136 gst_gl_framebuffer_draw_to_texture (fbo, gl_tex, in draw_tex() 258 gst_gl_framebuffer_draw_to_texture (fbo2, gl_tex2, in draw_render()
|
D | gstglupload.c | 259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
|