Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Degl_common.c258 bool egl_get_config_attrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, in egl_get_config_attrib() function
480 if (!egl_get_config_attrib(egl->dpy, egl->config, in egl_get_native_visual_id()
494 if (!egl_get_config_attrib(dpy, config, EGL_RED_SIZE, &r)) in egl_default_accept_config_cb()
496 if (!egl_get_config_attrib(dpy, config, EGL_GREEN_SIZE, &g)) in egl_default_accept_config_cb()
498 if (!egl_get_config_attrib(dpy, config, EGL_BLUE_SIZE, &b)) in egl_default_accept_config_cb()
H A Degl_common.h123 bool egl_get_config_attrib(EGLDisplay dpy, EGLConfig config,
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Ddrm_ctx.c567 if (!egl_get_config_attrib(dpy, config, EGL_RED_SIZE, &r)) in gbm_choose_xrgb8888_cb()
569 if (!egl_get_config_attrib(dpy, config, EGL_GREEN_SIZE, &g)) in gbm_choose_xrgb8888_cb()
571 if (!egl_get_config_attrib(dpy, config, EGL_BLUE_SIZE, &b)) in gbm_choose_xrgb8888_cb()
577 if (!egl_get_config_attrib(dpy, config, EGL_NATIVE_VISUAL_ID, &id)) in gbm_choose_xrgb8888_cb()