Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Degl_common.c94 static PFN_EGL_DESTROY_SURFACE _egl_destroy_surface; variable
112 #define _egl_destroy_surface(a, b) eglDestroySurface(a, b) macro
159 _egl_destroy_surface = (PFN_EGL_DESTROY_SURFACE)dylib_proc( in egl_init_dll()
297 _egl_destroy_surface(egl->dpy, egl->surf); in egl_destroy()