Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c449 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_new_wrapped()
778 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_activate()
849 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_get_gl_api()
892 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_get_proc_address()
1228 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_create_thread()
1449 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_destroy()
1582 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_get_gl_context()
1606 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_get_gl_platform()
1767 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_check_feature()
1869 context_class = GST_GL_CONTEXT_GET_CLASS (context); in gst_gl_context_get_gl_platform_version()
[all …]
Dgstglcontext.h38 #define GST_GL_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), GST_TYPE_GL_CONTEXT, GstGLConte… macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c159 GstGLContextClass *context_class = GST_GL_CONTEXT_GET_CLASS (context); in draw_cb()