Home
last modified time | relevance | path

Searched refs:evasglBindWaylandDisplay (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_comp_wl.c2986 if (e_comp_wl->wl.glapi->evasglBindWaylandDisplay) in _e_comp_wl_gl_init()
2987 … e_comp->gl = e_comp_wl->wl.glapi->evasglBindWaylandDisplay(e_comp_wl->wl.gl, e_comp_wl->wl.disp); in _e_comp_wl_gl_init()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_api_ext_def.h1666 …_EVASGL_EXT_FUNCTION_BEGIN(Eina_Bool, evasglBindWaylandDisplay, (Evas_GL *evas_gl, void *wl_displa…
/dports/devel/efl/efl-1.25.1/src/lib/efl_canvas_wl/
H A Defl_canvas_wl.c4112 if (c->glapi->evasglBindWaylandDisplay && in comp_gl_init()
4113 c->glapi->evasglBindWaylandDisplay(c->gl, c->display)) in comp_gl_init()
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A DEvas_GL.h5862 Eina_Bool (*evasglBindWaylandDisplay) (Evas_GL *evas_gl, void *wl_display); member