/third_party/weston/libweston/renderer-gl/ |
D | egl-glue.c | 397 EGLConfig egl_config; in gl_renderer_get_egl_config() local 424 if (egl_config_is_compatible(gr, gr->egl_config, egl_surface_type, in gl_renderer_get_egl_config() 426 return gr->egl_config; in gl_renderer_get_egl_config() 429 &egl_config) < 0) { in gl_renderer_get_egl_config() 443 if (gr->egl_config != EGL_NO_CONFIG_KHR && in gl_renderer_get_egl_config() 444 egl_config != gr->egl_config) { in gl_renderer_get_egl_config() 455 return egl_config; in gl_renderer_get_egl_config()
|
D | gl-renderer-internal.h | 61 EGLConfig egl_config; member
|
D | gl-renderer.c | 3253 EGLConfig egl_config; in gl_renderer_create_window_surface() local 3255 egl_config = gl_renderer_get_egl_config(gr, EGL_WINDOW_BIT, in gl_renderer_create_window_surface() 3257 if (egl_config == EGL_NO_CONFIG_KHR) in gl_renderer_create_window_surface() 3260 log_egl_config_info(gr->egl_display, egl_config); in gl_renderer_create_window_surface() 3264 egl_config, in gl_renderer_create_window_surface() 3269 egl_config, in gl_renderer_create_window_surface() 3581 pbuffer_config = gr->egl_config; in gl_renderer_create_pbuffer_surface() 3659 gr->egl_config = in gl_renderer_display_create() 3664 if (gr->egl_config == EGL_NO_CONFIG_KHR) { in gl_renderer_display_create() 3856 gr->egl_context = eglCreateContext(gr->egl_display, gr->egl_config, in gl_renderer_setup() [all …]
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
D | main.cpp | 52 EGLConfig egl_config; in init() local 53 eglChooseConfig(g_EglDisplay, egl_attributes, &egl_config, 1, &num_configs); in init() 55 eglGetConfigAttrib(g_EglDisplay, egl_config, EGL_NATIVE_VISUAL_ID, &egl_format); in init() 59 … g_EglContext = eglCreateContext(g_EglDisplay, egl_config, EGL_NO_CONTEXT, egl_context_attributes); in init() 64 g_EglSurface = eglCreateWindowSurface(g_EglDisplay, egl_config, g_App->window, NULL); in init()
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.cc | 88 EGLConfig egl_config = nullptr; in ChooseEGLConfiguration() local 90 if (eglChooseConfig(display, attributes, &egl_config, 1, &config_count) != in ChooseEGLConfiguration() 95 bool success = config_count > 0 && egl_config != nullptr; in ChooseEGLConfiguration() 97 return {success, success ? egl_config : nullptr}; in ChooseEGLConfiguration()
|
/third_party/weston/clients/ |
D | nested-client.c | 49 EGLConfig egl_config; member 298 &client->egl_config, 1, &n); in nested_client_create() 303 client->egl_config, in nested_client_create() 315 client->egl_config, in nested_client_create()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 727 &egl->egl_config, 1, &numConfigs); in gst_gl_context_egl_choose_config() 745 (guintptr) egl->egl_config, (unsigned int) numConfigs); in gst_gl_context_egl_choose_config() 762 gst_gl_context_egl_dump_config (egl, egl->egl_config); in gst_gl_context_egl_choose_config() 831 return eglCreateContext (egl->egl_display, egl->egl_config, share_context, in _create_context_with_flags() 1125 eglCreateWindowSurface (egl->egl_display, egl->egl_config, in gst_gl_context_egl_create_context() 1144 eglCreatePbufferSurface (egl->egl_display, egl->egl_config, in gst_gl_context_egl_create_context() 1253 eglCreateWindowSurface (egl->egl_display, egl->egl_config, in gst_gl_context_egl_activate() 1413 g_return_val_if_fail (egl->egl_config, NULL); 1415 return egl_config_to_structure (egl->egl_display, egl->egl_config); 1438 EGLConfig egl_config; local [all …]
|
D | gstglcontext_egl.h | 59 gpointer egl_config; member
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 277 eglw::EGLConfig egl_config = NULL; in EglRenderContext() local 373 egl_config = all_configs[i]; in EglRenderContext() 378 if (!egl_config) in EglRenderContext() 388 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext() 433 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, EGL_NO_CONTEXT, &context_attribs[0]); in EglRenderContext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl.c | 407 _this->egl_data->egl_config = configs[i]; in SDL_EGL_ChooseConfig() 496 _this->egl_data->egl_config, in SDL_EGL_CreateContext() 605 _this->egl_data->egl_config, in SDL_EGL_CreateSurface() 614 _this->egl_data->egl_config, in SDL_EGL_CreateSurface()
|
D | SDL_egl_c.h | 36 EGLConfig egl_config; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengles.c | 73 _this->egl_data->egl_config, in X11_GLES_GetVisual()
|
/third_party/vk-gl-cts/modules/egl/ |
D | BUILD.gn | 19 config("deqp-egl_config") { 146 configs = [ ":deqp-egl_config" ]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtvideo.cpp | 621 _this->egl_data->egl_config, in WINRT_CreateWindow() 633 _this->egl_data->egl_config, in WINRT_CreateWindow()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstglwindow_gbm_egl.c | 355 if (!eglGetConfigAttrib (context_egl->egl_display, context_egl->egl_config, in gst_gl_window_gbm_init_surface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirwindow.c | 105 _this->egl_data->egl_config); in MIR_CreateWindow()
|