Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Degl_common.c98 static PFN_EGL_GET_CONFIG_ATTRIB _egl_get_config_attrib; variable
119 #define _egl_get_config_attrib(a, b, c, d) eglGetConfigAttrib(a, b, c, d) macro
167 _egl_get_config_attrib = (PFN_EGL_GET_CONFIG_ATTRIB)dylib_proc( in egl_init_dll()
261 return _egl_get_config_attrib(dpy, config, attribute, value); in egl_get_config_attrib()