Home
last modified time | relevance | path

Searched refs:gst_gl_context_check_framebuffer_status (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.h106 gboolean gst_gl_context_check_framebuffer_status (GstGLContext * context,
Dgstglmemory.c403 if (!gst_gl_context_check_framebuffer_status (context, GL_FRAMEBUFFER)) { in gst_gl_memory_read_pixels()
709 if (!gst_gl_context_check_framebuffer_status (src->mem.context, in gst_gl_memory_copy_teximage()
738 if (!gst_gl_context_check_framebuffer_status (src->mem.context, in gst_gl_memory_copy_teximage()
747 if (!gst_gl_context_check_framebuffer_status (src->mem.context, in gst_gl_memory_copy_teximage()
Dgstglframebuffer.c538 gst_gl_context_check_framebuffer_status (GstGLContext * context, in gst_gl_context_check_framebuffer_status() function
Dgstglcolorconvert.c3078 if (!gst_gl_context_check_framebuffer_status (context, GL_FRAMEBUFFER)) in _do_convert_draw()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtwindow.cc207 ret = gst_gl_context_check_framebuffer_status (context, GL_READ_FRAMEBUFFER); in afterRendering()
223 ret = gst_gl_context_check_framebuffer_status (context, GL_DRAW_FRAMEBUFFER); in afterRendering()
/third_party/gstreamer/gstplugins_base/
DChangeLog24059 glcolorconvert: Check return value of gst_gl_context_check_framebuffer_status()
/third_party/gstreamer/gstplugins_bad/
DChangeLog62500 glcolorconvert: Check return value of gst_gl_context_check_framebuffer_status()