Home
last modified time | relevance | path

Searched refs:gst_gl_context_get_gl_context (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcontext.c374 handle = gst_gl_context_get_gl_context (context); in GST_START_TEST()
381 handle2 = gst_gl_context_get_gl_context (wrapped_context); in GST_START_TEST()
464 handle = gst_gl_context_get_gl_context (context); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.h202 guintptr gst_gl_context_get_gl_context (GstGLContext *context);
Dgstglcontext.c1576 gst_gl_context_get_gl_context (GstGLContext * context) in gst_gl_context_get_gl_context() function
Dgstglupload.c1115 handle = (gpointer) gst_gl_context_get_gl_context (upload->upload->context); in _upload_meta_upload_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfaceglmemory.c229 gst_gl_context_get_gl_context (context), tex_target, texifmt, in _io_surface_gl_memory_set_surface()
Dvideotexturecache-gl.m136 …(__bridge CVEAGLContext) (gpointer) gst_gl_context_get_gl_context (cache_gl->ctx), NULL, &cache_gl…
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc303 handle = gst_gl_context_get_gl_context (context);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c631 external_gl_context = gst_gl_context_get_gl_context (other_context); in gst_gl_context_glx_create_context()
974 GLXContext glx_context = (GLXContext) gst_gl_context_get_gl_context (context); in gst_gl_context_glx_fill_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcaopengllayer.m120 external_context = (CGLContextObj) gst_gl_context_get_gl_context (self->gst_gl_context);
Dgstglcontext_cocoa.m257 priv->external_gl_context = (CGLContextObj) gst_gl_context_get_gl_context (other_context);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c180 external_gl_context = (HGLRC) gst_gl_context_get_gl_context (other_context); in gst_gl_context_wgl_create_context()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c872 external_gl_context = gst_gl_context_get_gl_context (other_context); in gst_gl_context_egl_create_context()
1434 EGLContext egl_context = (EGLContext) gst_gl_context_get_gl_context (context);
Dgsteglimage.c318 egl_context = (EGLContext) gst_gl_context_get_gl_context (context); in _gst_egl_image_create()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m318 gst_gl_context_get_gl_context (other_context);