Home
last modified time | relevance | path

Searched refs:egl_display (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c226 egl_config_to_structure (EGLDisplay egl_display, EGLConfig config) in egl_config_to_structure() argument
232 if (!egl_display) in egl_config_to_structure()
239 if (!eglGetConfigAttrib (egl_display, config, EGL_CONFIG_ID, &val)) in egl_config_to_structure()
250 if (!eglGetConfigAttrib (egl_display, config, EGL_NATIVE_VISUAL_TYPE, in egl_config_to_structure()
256 if (!eglGetConfigAttrib (egl_display, config, EGL_NATIVE_VISUAL_ID, &val)) in egl_config_to_structure()
261 if (!eglGetConfigAttrib (egl_display, config, EGL_NATIVE_RENDERABLE, &val)) in egl_config_to_structure()
266 if (!eglGetConfigAttrib (egl_display, config, EGL_CONFORMANT, &val)) in egl_config_to_structure()
271 if (!eglGetConfigAttrib (egl_display, config, EGL_RENDERABLE_TYPE, &val)) in egl_config_to_structure()
276 if (!eglGetConfigAttrib (egl_display, config, EGL_SURFACE_TYPE, &val)) in egl_config_to_structure()
281 if (!eglGetConfigAttrib (egl_display, config, EGL_CONFIG_CAVEAT, &val)) in egl_config_to_structure()
[all …]
Dgsteglimage.c298 EGLDisplay egl_display = EGL_DEFAULT_DISPLAY; in _gst_egl_image_create() local
313 egl_display = in _gst_egl_image_create()
344 img = gst_eglCreateImage (egl_display, egl_context, target, buffer, in _gst_egl_image_create()
370 img = gst_eglCreateImageKHR (egl_display, egl_context, target, buffer, in _gst_egl_image_create()
383 EGLDisplay egl_display = EGL_DEFAULT_DISPLAY; in _gst_egl_image_destroy() local
404 egl_display = in _gst_egl_image_destroy()
408 if (!gst_eglDestroyImage (egl_display, image)) in _gst_egl_image_destroy()
736 EGLDisplay egl_display = EGL_DEFAULT_DISPLAY; in gst_egl_image_check_dmabuf_direct() local
772 egl_display = in gst_egl_image_check_dmabuf_direct()
776 ret = gst_eglQueryDmaBufFormatsEXT (egl_display, 0, NULL, &num_formats); in gst_egl_image_check_dmabuf_direct()
[all …]
Dgstglcontext_egl.h57 gpointer egl_display; member
Dgstglmemoryegl.c112 context)->egl_display; in gst_gl_memory_egl_get_display()
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc152 EGLDisplay egl_display = gl::GLSurfaceEGL::GetHardwareDisplay(); in CreateTexture() local
153 if (egl_display == EGL_NO_DISPLAY) { in CreateTexture()
203 if (eglChooseConfig(egl_display, configAttrs, &config, 1, &numConfigs) != in CreateTexture()
219 surface = eglCreatePbufferFromClientBuffer(egl_display, EGL_D3D_TEXTURE_ANGLE, in CreateTexture()
228 if (eglChooseConfig(egl_display, configAttrs, &config, 1, &numConfigs) == in CreateTexture()
231 egl_display, EGL_D3D_TEXTURE_ANGLE, texture, config, surfAttrs); in CreateTexture()
247 eglMakeCurrent(egl_display, surface, surface, curContext); in CreateTexture()
249 if (eglBindTexImage(egl_display, surface, EGL_BACK_BUFFER)) { in CreateTexture()
260 eglMakeCurrent(egl_display, drawSurface, readSurface, curContext); in CreateTexture()
292 EGLDisplay egl_display = gl::GLSurfaceEGL::GetHardwareDisplay(); in DeleteTexture() local
[all …]
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc115 …EGLDisplay egl_display = (EGLDisplay) gst_gl_display_egl_get_from_native (GST_GL_DISPLAY_TYPE_ANY,… in gst_qt_get_gl_display() local
116 display = (GstGLDisplay *) gst_gl_display_egl_new_with_egl_display (egl_display); in gst_qt_get_gl_display()
145 EGLDisplay egl_display = (EGLDisplay) in gst_qt_get_gl_display()
147 if (egl_display != EGL_NO_DISPLAY) in gst_qt_get_gl_display()
148 display = (GstGLDisplay *) gst_gl_display_egl_new_with_egl_display (egl_display); in gst_qt_get_gl_display()
150 …EGLDisplay egl_display = (EGLDisplay) gst_gl_display_egl_get_from_native (GST_GL_DISPLAY_TYPE_ANY,… in gst_qt_get_gl_display()
151 display = (GstGLDisplay *) gst_gl_display_egl_new_with_egl_display (egl_display); in gst_qt_get_gl_display()
319 EGLDisplay egl_display = EGL_DEFAULT_DISPLAY; local
332 egl_display = (EGLDisplay) gst_gl_display_get_handle ((GstGLDisplay *) display_egl);
338 return QVariant::fromValue(QEGLNativeContext((EGLContext) handle, egl_display));
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c118 if (eglQuerySurface (context_egl->egl_display, context_egl->egl_surface, in draw_cb()
120 && eglQuerySurface (context_egl->egl_display, context_egl->egl_surface, in draw_cb()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c603 GstGLDisplayEGL *egl_display = NULL; in nv_buffer_egl_image_mem_unref() local
606 egl_display = gst_gl_display_egl_from_gl_display (image->context->display); in nv_buffer_egl_image_mem_unref()
607 if (!egl_display) { in nv_buffer_egl_image_mem_unref()
612 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in nv_buffer_egl_image_mem_unref()
621 gst_object_unref (egl_display); in nv_buffer_egl_image_mem_unref()
633 GstGLDisplayEGL *egl_display = NULL; in gst_gl_buffer_pool_nvmm_alloc() local
657 egl_display = gst_gl_display_egl_from_gl_display (gl_pool->context->display); in gst_gl_buffer_pool_nvmm_alloc()
658 if (!egl_display) { in gst_gl_buffer_pool_nvmm_alloc()
663 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in gst_gl_buffer_pool_nvmm_alloc()
720 gst_clear_object (&egl_display); in gst_gl_buffer_pool_nvmm_alloc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c1931 GstGLDisplayEGL *egl_display = NULL; in _egl_image_mem_unref() local
1934 egl_display = gst_gl_display_egl_from_gl_display (image->context->display); in _egl_image_mem_unref()
1935 if (!egl_display) { in _egl_image_mem_unref()
1940 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in _egl_image_mem_unref()
1949 gst_object_unref (egl_display); in _egl_image_mem_unref()
2118 GstGLDisplayEGL *egl_display = NULL; in _nvmm_upload_perform() local
2141 egl_display = in _nvmm_upload_perform()
2143 if (!egl_display) { in _nvmm_upload_perform()
2148 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (egl_display)); in _nvmm_upload_perform()
2203 gst_clear_object (&egl_display); in _nvmm_upload_perform()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c355 if (!eglGetConfigAttrib (context_egl->egl_display, context_egl->egl_config, in gst_gl_window_gbm_init_surface()