/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/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 | 263 eglw::EGLConfig egl_config = NULL; in EglRenderContext() local 359 egl_config = all_configs[i]; in EglRenderContext() 364 if (!egl_config) in EglRenderContext() 374 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext() 419 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") { 145 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()
|