Home
last modified time | relevance | path

Searched refs:Evas_GL_Common_Image_Call (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/eglfs/
H A Devas_engine.c53 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_ref = NULL;
54 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_unref = NULL;
55 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_free = NULL;
56 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_disable = NULL;
57 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_enable = NULL;
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/wayland_egl/
H A Devas_engine.c37 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_ref = NULL;
38 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_unref = NULL;
39 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_free = NULL;
40 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_disable = NULL;
41 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_enable = NULL;
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_drm/
H A Devas_engine.c84 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_ref = NULL;
85 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_unref = NULL;
86 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_free = NULL;
87 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_disable = NULL;
88 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_enable = NULL;
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_x11/
H A Devas_engine.c44 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_ref = NULL;
45 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_unref = NULL;
46 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_free = NULL;
47 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_disable = NULL;
48 Evas_GL_Common_Image_Call glsym_evas_gl_common_image_native_enable = NULL;
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_common.h579 typedef void (*Evas_GL_Common_Image_Call)(Evas_GL_Image *im); typedef