Searched refs:EGL_DestroySurface (Results 1 – 8 of 8) sorted by relevance
44 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface);
1010 EGL_DestroySurface
60 {"eglDestroySurface", P(EGL_DestroySurface)},
176 EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface) in EGL_DestroySurface() function
25 #define EGL_DestroySurface l_EGL_DestroySurface macro
127 return EGL_DestroySurface(dpy, surface); in eglDestroySurface()