Home
last modified time | relevance | path

Searched refs:EVAS_NATIVE_SURFACE_X11 (Results 1 – 8 of 8) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Defl_canvas_surface_x11.c20 if (!ENFN->image_native_init(ENC, EVAS_NATIVE_SURFACE_X11)) in _efl_canvas_surface_x11_efl_object_constructor()
28 sd->surf.type = EVAS_NATIVE_SURFACE_X11; in _efl_canvas_surface_x11_efl_object_constructor()
39 ENFN->image_native_shutdown(ENC, EVAS_NATIVE_SURFACE_X11); in _efl_canvas_surface_x11_efl_object_destructor()
H A Devas_object_image.c1878 (ns->type == EVAS_NATIVE_SURFACE_X11)) in evas_process_dirty_pixels()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_x11/
H A Devas_xlib_image.c41 if ((n) && (n->ns.type == EVAS_NATIVE_SURFACE_X11)) in _native_bind_cb()
79 if ((ns) && (ns->type == EVAS_NATIVE_SURFACE_X11)) in evas_xlib_image_native_set()
H A Devas_engine.c388 case EVAS_NATIVE_SURFACE_X11: in eng_image_native_init()
409 case EVAS_NATIVE_SURFACE_X11: in eng_image_native_shutdown()
436 if (ns->type == EVAS_NATIVE_SURFACE_X11) in eng_image_native_set()
489 if (ns->type == EVAS_NATIVE_SURFACE_X11) in eng_image_native_set()
H A Devas_xlib_dri_image.c520 if ((n) && (n->ns.type == EVAS_NATIVE_SURFACE_X11)) in _native_bind_cb()
567 if (!ns || ns->type != EVAS_NATIVE_SURFACE_X11) in evas_xlib_image_dri_native_set()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_x11/
H A Devas_engine.c1939 if (n->ns.type == EVAS_NATIVE_SURFACE_X11) in _native_bind_cb()
2063 if (n->ns.type == EVAS_NATIVE_SURFACE_X11) in _native_unbind_cb()
2110 if (n->ns.type == EVAS_NATIVE_SURFACE_X11) in _native_free_cb()
2225 if (n->ns.type == EVAS_NATIVE_SURFACE_X11) in _native_yinvert_cb()
2263 case EVAS_NATIVE_SURFACE_X11: in eng_image_native_init()
2287 case EVAS_NATIVE_SURFACE_X11: in eng_image_native_shutdown()
2338 if (ns->type == EVAS_NATIVE_SURFACE_X11) in eng_image_native_set()
2406 if (ns->type == EVAS_NATIVE_SURFACE_X11) in eng_image_native_set()
2493 if (ns->type == EVAS_NATIVE_SURFACE_X11) in eng_image_native_set()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_pixmap.c803 ns->type = EVAS_NATIVE_SURFACE_X11; in e_pixmap_native_surface_init()
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A DEvas_Legacy.h4788 EVAS_NATIVE_SURFACE_X11, /**< X Window system based type. pixmap id or visual of the pixmap */ enumerator