Home
last modified time | relevance | path

Searched defs:_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