Home
last modified time | relevance | path

Searched refs:egl_config (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
Dmain.cpp52 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/
Dandroid_context_gl.cc88 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/
Dgstglcontext_egl.c727 &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 …]
Dgstglcontext_egl.h59 gpointer egl_config; member
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp263 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/
DSDL_egl.c407 _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()
DSDL_egl_c.h36 EGLConfig egl_config; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengles.c73 _this->egl_data->egl_config, in X11_GLES_GetVisual()
/third_party/vk-gl-cts/modules/egl/
DBUILD.gn19 config("deqp-egl_config") {
145 configs = [ ":deqp-egl_config" ]
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp621 _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/
Dgstglwindow_gbm_egl.c355 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/
DSDL_mirwindow.c105 _this->egl_data->egl_config); in MIR_CreateWindow()