Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c72 EGLConfig egl_config; member
166 eglCreateWindowSurface(ctx->egl_display, ctx->egl_config, in egl_flush_surfaces()
278 ctx->egl_config = configs[0]; in egl_init_ctx()
280 ctx->egl_config = configs[i]; in egl_init_ctx()
283 ctx->egl_context = eglCreateContext(ctx->egl_display, ctx->egl_config, in egl_init_ctx()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c954 EGLConfig egl_config; in glamor_egl_init() local
1034 if (!eglChooseConfig(glamor_egl->display, NULL, &egl_config, 1, &n)) { in glamor_egl_init()
1041 egl_config, EGL_NO_CONTEXT, in glamor_egl_init()