Home
last modified time | relevance | path

Searched refs:Evas_GL_API (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dglview_example_01.c20 Evas_GL_API *glapi;
35 Evas_GL_API *gl = gld->glapi; in load_shader()
72 Evas_GL_API *gl = gld->glapi; in init_shaders()
131 Evas_GL_API *gl = gld->glapi; in _init_gl()
158 Evas_GL_API *gl = gld->glapi; in _del_gl()
175 Evas_GL_API *gl = gld->glapi; in _resize_gl()
188 Evas_GL_API *gl = elm_glview_gl_api_get(obj); in _draw_gl()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_glview_simple.c11 Evas_GL_API *glapi;
29 Evas_GL_API *gl = gld->glapi; in load_shader()
66 Evas_GL_API *gl = gld->glapi; in init_shaders()
125 Evas_GL_API *gl = gld->glapi; in _init_gl()
153 Evas_GL_API *gl = gld->glapi; in _del_gl()
168 Evas_GL_API *gl = gld->glapi; in _resize_gl()
180 Evas_GL_API *gl = elm_glview_gl_api_get(obj); in _draw_gl()
H A Dtest_glview.c23 Evas_GL_API *glapi;
90 Evas_GL_API *gl = gld->glapi; in make_gear()
237 Evas_GL_API *gl = gld->glapi; in draw_gear()
261 Evas_GL_API *gl = gld->glapi; in gears_draw()
292 Evas_GL_API *gl = gld->glapi; in gears_reshape()
344 _print_gl_log(Evas_GL_API *gl, GLuint id) in _print_gl_log()
369 Evas_GL_API *gl = gld->glapi; in gears_init()
448 Evas_GL_API *gl = gld->glapi; in _del_gl()
484 Evas_GL_API *gl = elm_glview_gl_api_get(obj); in _draw_gl()
H A Dtest_glview_manygears.c116 Evas_GL_API *glapi;
175 Evas_GL_API *gl = gld->glapi; in create_gear()
283 Evas_GL_API *gl = gld->glapi; in free_gear()
429 Evas_GL_API *gl = gld->glapi; in draw_gear()
485 Evas_GL_API *gl = gld->glapi; in gears_draw()
532 Evas_GL_API *gl = gld->glapi; in gears_reshape()
606 Evas_GL_API *gl = gld->glapi; in gears_init()
691 Evas_GL_API *gl = gld->glapi; in _del_gl()
725 Evas_GL_API *gl = gld->glapi; in _draw_gl()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_core_private.h354 extern void _evgl_api_gles2_get(Evas_GL_API *api, Eina_Bool debug);
355 extern void _evgl_api_gles1_get(Evas_GL_API *api, Eina_Bool debug);
356 extern void _evgl_api_gles3_get(Evas_GL_API *funcs, void *(*get_proc_address)(const char …
368 Evas_GL_API* _evgl_api_gles1_internal_get(void);
369 Evas_GL_API* _evgl_api_gles3_internal_get(void);
H A Devas_gl_api_ext.h106 extern void evgl_api_gles2_ext_get(Evas_GL_API *gl_funcs, void *getproc, const char *glueexts);
107 extern void evgl_api_gles1_ext_get(Evas_GL_API *gl_funcs, void *getproc, const char *glueexts);
108 extern void evgl_api_gles3_ext_get(Evas_GL_API *gl_funcs, void *getproc, const char *glueexts);
H A Devas_gl_core.h68 Evas_GL_API *evgl_api_get(void *eng_data, Evas_GL_Context_Version version, Eina_Bool alloc_only);
H A Devas_gl_api_ext.c949 evgl_api_gles2_ext_get(Evas_GL_API *gl_funcs, void *getproc, const char *glueexts) in evgl_api_gles2_ext_get()
1022 Evas_GL_API *gles1_funcs; in _evgl_api_gles1_ext_init()
1238 evgl_api_gles1_ext_get(Evas_GL_API *gl_funcs, void *getproc, const char *glueexts) in evgl_api_gles1_ext_get()
1310 Evas_GL_API *gles3_funcs; in _evgl_api_gles3_ext_init()
1526 evgl_api_gles3_ext_get(Evas_GL_API *gl_funcs, void *getproc, const char *glueexts) in evgl_api_gles3_ext_get()
H A Devas_gl_api.c28 static Evas_GL_API _gles3_api;
2297 _normal_gles2_api_get(Evas_GL_API *funcs) in _normal_gles2_api_get()
2450 _direct_scissor_off_api_get(Evas_GL_API *funcs) in _direct_scissor_off_api_get()
2468 _debug_gles2_api_get(Evas_GL_API *funcs) in _debug_gles2_api_get()
2621 _evgl_api_gles2_get(Evas_GL_API *funcs, Eina_Bool debug) in _evgl_api_gles2_get()
2633 _normal_gles3_api_get(Evas_GL_API *funcs, int minor_version) in _normal_gles3_api_get()
3016 _debug_gles3_api_get(Evas_GL_API *funcs, int minor_version) in _debug_gles3_api_get()
3397 _evgl_load_gles3_apis(void *dl_handle, Evas_GL_API *funcs, int minor_version, in _evgl_load_gles3_apis()
3689 _evgl_api_gles3_get(Evas_GL_API *funcs, void *(*get_proc_address)(const char *), in _evgl_api_gles3_get()
3712 Evas_GL_API *
H A Devas_gl_core.c15 #define EVAS_GL_API_STRUCT_SIZE (sizeof(Evas_GL_API) + 300 * sizeof(void*))
16 static Evas_GL_API *gles1_funcs = NULL;
17 static Evas_GL_API *gles2_funcs = NULL;
18 static Evas_GL_API *gles3_funcs = NULL;
3141 Evas_GL_API *
3144 Evas_GL_API *api = NULL; in evgl_api_get()
H A Devas_gl_api_gles1.c18 static Evas_GL_API _gles1_api;
3829 _evgl_load_gles1_apis(void *dl_handle, Evas_GL_API *funcs) in _evgl_load_gles1_apis()
4020 _debug_gles1_api_get(Evas_GL_API *funcs) in _debug_gles1_api_get()
4177 _normal_gles1_api_get(Evas_GL_API *funcs) in _normal_gles1_api_get()
4334 _evgl_api_gles1_get(Evas_GL_API *funcs, Eina_Bool debug) in _evgl_api_gles1_get()
4350 Evas_GL_API *
/dports/devel/efl/efl-1.25.1/src/tests/evas/
H A Devas_test_evasgl.c73 Evas_GL_API *gl; in _test_evasgl_init()
155 Evas_GL_API *gl; in _test_evasgl_context_version()
210 Evas_GL_API *gl; in _test_evasgl_surfaceless_context()
250 Evas_GL_API *gl; in _test_evasgl_glreadpixels()
284 Evas_GL_API *gl; in _test_evasgl_fbo()
402 Evas_GL_API *gl; in _test_evasgl_pbuffer()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_glview_eo.c26 Evas_GL_API *_elm_glview_gl_api_get(const Eo *obj, Elm_Glview_Data *pd);
28 EOAPI EFL_FUNC_BODY_CONST(elm_obj_glview_gl_api_get, Evas_GL_API *, NULL);
H A Delm_glview_eo.legacy.c20 EAPI Evas_GL_API *
H A Delm_glview_eo.legacy.h179 EAPI Evas_GL_API *elm_glview_gl_api_get(const Elm_Glview *obj);
H A Delm_glview_eo.h195 EOAPI Evas_GL_API *elm_obj_glview_gl_api_get(const Eo *obj);
H A Delm_glview.c382 EOLIAN static Evas_GL_API*
/dports/devel/efl/efl-1.25.1/src/examples/evas/
H A Devas-gl.c24 Evas_GL_API *glapi;
228 Evas_GL_API *gl = gl_data->glapi; in init_shaders()
258 Evas_GL_API *glapi = gl_data->glapi; in img_pixel_cb()
315 Evas_GL_API *glapi = gl_data->glapi; in img_del_cb()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_gl.c625 EAPI Evas_GL_API *
632 …return (Evas_GL_API*)evas_gl->evas->engine.func->gl_api_get(_evas_engine_context(evas_gl->evas), E… in evas_gl_api_get()
635 EAPI Evas_GL_API *
648 …return (Evas_GL_API*)evas_gl->evas->engine.func->gl_api_get(_evas_engine_context(evas_gl->evas), c… in evas_gl_context_api_get()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/wizard/
H A Dpage_150.c44 Evas_GL_API *glapi = evas_gl_api_get(gl); in wizard_page_show()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_comp_wl.h164 Evas_GL_API *glapi;
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A DEvas_GL.h455 typedef struct _Evas_GL_API Evas_GL_API; typedef
793 EAPI Evas_GL_API *evas_gl_api_get (Evas_GL *evas_gl) EINA_ARG_NONNULL(1);
820 EAPI Evas_GL_API *evas_gl_context_api_get (Evas_GL *evas_gl, Evas_GL_Context *ctx) E…
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_generic/
H A Devas_engine.c129 static Evas_GL_API gl_funcs;
5709 override_gl_apis(Evas_GL_API *api) in override_gl_apis()
/dports/devel/efl/efl-1.25.1/src/lib/efl_canvas_wl/
H A Defl_canvas_wl.c152 Evas_GL_API *glapi;
/dports/devel/efl/efl-1.25.1/doc/
H A Delementary_examples_cxx.dox2477 *@li @p Evas_GL_API that is the structure type of the Evas GL API object

12