Searched refs:eglDestroySurface (Results 1 – 5 of 5) sorted by relevance
31 {"eglDestroySurface", (void *)eglDestroySurface},
719 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface() function
33 eglDestroySurface_t eglDestroySurface; member78 …ace(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f… in set_eglDestroySurface()
395 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function397 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); in eglDestroySurface()