Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Degl_common.c89 static PFN_EGL_CHOOSE_CONFIG _egl_choose_config; variable
109 #define _egl_choose_config(a, b, c, d, e) eglChooseConfig(a, b, c, d, e) macro
149 _egl_choose_config = (PFN_EGL_CHOOSE_CONFIG)dylib_proc( in egl_init_dll()
529 if (!_egl_choose_config(egl->dpy, attrib_ptr, in egl_init_context_common()