Home
last modified time | relevance | path

Searched refs:current_gl_api (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasefilter.c576 GstGLAPI current_gl_api = gst_gl_context_get_gl_api (filter->context); in gst_gl_base_filter_find_gl_context_unlocked() local
577 if ((current_gl_api & filter_class->supported_gl_api) == 0) in gst_gl_base_filter_find_gl_context_unlocked()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c551 GstGLAPI current_gl_api = gst_gl_context_get_gl_api (self->context); in ensure_context_unlocked() local
552 if ((current_gl_api & (SUPPORTED_GL_APIS)) == 0) in ensure_context_unlocked()