Searched refs:GST_GL_CONTEXT (Results 1 – 9 of 9) sorted by relevance
352 context = GST_GL_CONTEXT (gst_gl_context_cocoa_new (display)); in gst_gl_context_new()356 context = GST_GL_CONTEXT (gst_gl_context_glx_new (display)); in gst_gl_context_new()360 context = GST_GL_CONTEXT (gst_gl_context_wgl_new (display)); in gst_gl_context_new()364 context = GST_GL_CONTEXT (gst_gl_context_eagl_new (display)); in gst_gl_context_new()368 context = GST_GL_CONTEXT (gst_gl_context_egl_new (display)); in gst_gl_context_new()688 GstGLContext *context = GST_GL_CONTEXT (object); in gst_gl_context_finalize()
34 #define GST_GL_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_CONTEXT, GstGLCont… macro
845 GST_GL_CONTEXT (decoder->gl_context), frame, outbuf); in gst_nv_decoder_finish_frame()1395 GST_GL_CONTEXT (decoder->gl_context))) { in gst_nv_decoder_ensure_gl_context()1413 context = GST_GL_CONTEXT (decoder->gl_context); in gst_nv_decoder_ensure_gl_context()1597 gl_context = GST_GL_CONTEXT (decoder->gl_context); in gst_nv_decoder_ensure_gl_pool()1611 pool = gst_gl_buffer_pool_new (GST_GL_CONTEXT (gl_context)); in gst_nv_decoder_ensure_gl_pool()
119 qt_context = GST_GL_CONTEXT (g_weak_ref_get (&this->qt_context_ref_)); in bind()
183 if (!gst_gl_context_check_feature (GST_GL_CONTEXT (context), in _gl_mem_create()
243 gst_gl_context_thread_add (GST_GL_CONTEXT (image->context), in _gst_egl_image_free()
644 window = gst_gl_context_get_window (GST_GL_CONTEXT (egl)); in gst_gl_context_egl_choose_config()
236 if (!gst_gl_context_check_feature (GST_GL_CONTEXT (bsrc->context), in gst_wpe_video_src_fill_memory()
429 gst.context = GST_GL_CONTEXT(gst_object_ref(context)); in WPEView()