Home
last modified time | relevance | path

Searched refs:egl_display (Results 1 – 19 of 19) 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/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtopengles.cpp88 …_this->egl_data->egl_display = ((eglGetDisplay_Old_Function)_this->egl_data->eglGetDisplay)(cpp_di… in WINRT_GLES_LoadLibrary()
89 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
93 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary()
142 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
143 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
147 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) in WINRT_GLES_LoadLibrary()
154 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
155 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
159 … if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary()
163 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
[all …]
DSDL_winrtvideo.cpp620 _this->egl_data->egl_display, in WINRT_CreateWindow()
632 _this->egl_data->egl_display, in WINRT_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c222 if (phdata->egl_display == EGL_NO_DISPLAY) { in PND_createwindow()
223 phdata->egl_display = eglGetDisplay((NativeDisplayType) 0); in PND_createwindow()
224 if (phdata->egl_display == EGL_NO_DISPLAY) { in PND_createwindow()
228 initstatus = eglInitialize(phdata->egl_display, NULL, NULL); in PND_createwindow()
295 eglTerminate(phdata->egl_display); in PND_destroywindow()
473 status = eglChooseConfig(phdata->egl_display, wdata->gles_attributes, in PND_gl_createcontext()
529 eglChooseConfig(phdata->egl_display, in PND_gl_createcontext()
567 eglGetConfigAttrib(phdata->egl_display, in PND_gl_createcontext()
581 eglGetConfigAttrib(phdata->egl_display, in PND_gl_createcontext()
607 eglCreateContext(phdata->egl_display, in PND_gl_createcontext()
[all …]
DSDL_pandora.h33 EGLDisplay egl_display; /* OpenGL ES display connection */ member
/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/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c89 exts = _this->egl_data->eglQueryString(_this->egl_data->egl_display, EGL_EXTENSIONS); in SDL_EGL_HasExtension()
141 if (_this->egl_data->egl_display) { in SDL_EGL_UnloadLibrary()
142 _this->egl_data->eglTerminate(_this->egl_data->egl_display); in SDL_EGL_UnloadLibrary()
143 _this->egl_data->egl_display = NULL; in SDL_EGL_UnloadLibrary()
270 _this->egl_data->egl_display = _this->egl_data->eglGetDisplay(native_display); in SDL_EGL_LoadLibrary()
271 if (!_this->egl_data->egl_display) { in SDL_EGL_LoadLibrary()
275 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in SDL_EGL_LoadLibrary()
376 if (_this->egl_data->eglChooseConfig(_this->egl_data->egl_display, in SDL_EGL_ChooseConfig()
401 … _this->egl_data->eglGetConfigAttrib(_this->egl_data->egl_display, configs[i], attribs[j], &value); in SDL_EGL_ChooseConfig()
495 egl_context = _this->egl_data->eglCreateContext(_this->egl_data->egl_display, in SDL_EGL_CreateContext()
[all …]
DSDL_egl_c.h35 EGLDisplay egl_display; member
/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/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenopengles.c60 _this->egl_data->egl_display = _this->egl_data->eglGetDisplay(EGL_DEFAULT_DISPLAY); in Emscripten_GLES_LoadLibrary()
61 if (!_this->egl_data->egl_display) { in Emscripten_GLES_LoadLibrary()
65 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in Emscripten_GLES_LoadLibrary()
/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/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/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/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengles.c72 if (_this->egl_data->eglGetConfigAttrib(_this->egl_data->egl_display, in X11_GLES_GetVisual()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirwindow.c104 _this->egl_data->egl_display, in MIR_CreateWindow()
150 _this->egl_data->egl_display); in MIR_CreateWindow()
/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()