Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Degl_common.c82 static PFN_EGL_QUERY_SURFACE _egl_query_surface; variable
103 #define _egl_query_surface(a, b, c, d) eglQuerySurface(a, b, c, d) macro
135 _egl_query_surface = (PFN_EGL_QUERY_SURFACE)dylib_proc( in egl_init_dll()
368 _egl_query_surface(egl->dpy, egl->surf, EGL_WIDTH, &gl_width); in egl_get_video_size()
369 _egl_query_surface(egl->dpy, egl->surf, EGL_HEIGHT, &gl_height); in egl_get_video_size()