Searched refs:gl_handle (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstglwidget.c | 523 guintptr gl_handle = 0; in _get_gl_context() local 550 if (!gl_handle) { in _get_gl_context() 552 gl_handle = gst_gl_context_get_current_gl_context (platform); in _get_gl_context() 557 if (!gl_handle) { in _get_gl_context() 559 gl_handle = gst_gl_context_get_current_gl_context (platform); in _get_gl_context() 563 if (gl_handle) { in _get_gl_context() 566 gst_gl_context_new_wrapped (priv->display, gl_handle, in _get_gl_context() 575 gl_handle = gst_gl_context_get_current_gl_context (platform); in _get_gl_context() 576 if (gl_handle) in _get_gl_context() 578 gst_gl_context_new_wrapped (priv->display, gl_handle, in _get_gl_context() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtglutility.cc | 184 guintptr G_GNUC_UNUSED gl_handle; local 229 gl_handle = gst_gl_context_get_current_gl_context (platform); 238 if (gl_handle) 240 gst_gl_context_new_wrapped (display, gl_handle, 286 wglMakeCurrent (device, (HGLRC) gl_handle);
|
D | qtglrenderer.cc | 591 gl_params->gl_handle = GINT_TO_POINTER (m_fbo->texture()); in renderGstGL()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglrenderbuffer.c | 196 mem->renderbuffer_id = GPOINTER_TO_UINT (params->parent.gl_handle); in _default_gl_rbo_alloc() 384 gpointer gl_handle, gpointer user_data, GDestroyNotify notify) in _gst_gl_renderbuffer_allocation_params_init_full() argument 395 wrapped_data, gl_handle, user_data, notify)) in _gst_gl_renderbuffer_allocation_params_init_full() 459 guint width, guint height, gpointer gl_handle, gpointer user_data, in gst_gl_renderbuffer_allocation_params_new_wrapped() argument 472 gl_handle, user_data, notify)) { in gst_gl_renderbuffer_allocation_params_new_wrapped()
|
D | gstglbasememory.h | 216 gpointer gl_handle; member 232 gpointer gl_handle,
|
D | gstglbasememory.c | 636 gpointer wrapped_data, gpointer gl_handle, gpointer user_data, in gst_gl_allocation_params_init() argument 657 params->gl_handle = gl_handle; in gst_gl_allocation_params_init() 737 src->wrapped_data, src->gl_handle, src->user_data, src->notify); in gst_gl_allocation_params_copy_data()
|
D | gstglmemory.h | 155 gpointer gl_handle, 198 gpointer gl_handle,
|
D | gstglrenderbuffer.h | 142 … gpointer gl_handle,
|
D | gstglmemory.c | 934 mem->tex_id = GPOINTER_TO_UINT (params->parent.gl_handle); in _default_gl_tex_alloc() 1198 GstGLFormat tex_format, gpointer wrapped_data, gpointer gl_handle, in gst_gl_video_allocation_params_init_full() argument 1213 wrapped_data, gl_handle, user_data, notify)) in gst_gl_video_allocation_params_init_full() 1336 GstGLFormat tex_format, gpointer gl_handle, gpointer user_data, in gst_gl_video_allocation_params_new_wrapped_gl_handle() argument 1349 v_info, plane, valign, target, tex_format, NULL, gl_handle, user_data, in gst_gl_video_allocation_params_new_wrapped_gl_handle() 1505 params->parent.gl_handle = wrapped_data[i]; in gst_gl_memory_setup_buffer()
|
D | gstglmemorypbo.c | 668 mem->mem.tex_id = GPOINTER_TO_UINT (params->parent.gl_handle); in _gl_mem_pbo_alloc()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 147 g_return_val_if_fail (GST_IS_EGL_IMAGE (params->parent.gl_handle), NULL); in _gl_mem_egl_alloc() 160 mem->image = gst_egl_image_ref (params->parent.gl_handle); in _gl_mem_egl_alloc()
|