Home
last modified time | relevance | path

Searched refs:egl_config (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
H A 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/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp266 eglw::EGLConfig egl_config = NULL; in EglRenderContext() local
361 egl_config = all_configs[i]; in EglRenderContext()
366 if (!egl_config) in EglRenderContext()
376 m_eglSurface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext()
424 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, sharedEglContext, &context_attribs[0]); in EglRenderContext()

Completed in 2 milliseconds