Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/tests/evas/
H A Devas_test_evasgl.c455 …Evas_GL_Multisample_Bits msaa = EVAS_GL_MULTISAMPLE_NONE; msaa <= EVAS_GL_MULTISAMPLE_HIGH; msaa++) in _test_evasgl_formats()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_glview.c440 sd->config->multisample_bits = EVAS_GL_MULTISAMPLE_HIGH; in _elm_glview_mode_set()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_x11/
H A Devas_engine.c967 (cfg->multisample_bits <= EVAS_GL_MULTISAMPLE_HIGH)) in evgl_eng_indirect_surface_create()
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A DEvas_GL.h532 EVAS_GL_MULTISAMPLE_HIGH = 3 /**< MSAA with maximum allowed samples */ enumerator