Searched refs:eglSwapBuffers (Results 1 – 5 of 5) sorted by relevance
51 {"eglSwapBuffers", (void *)eglSwapBuffers},
1162 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) in eglSwapBuffers() function
53 eglSwapBuffers_t eglSwapBuffers; member98 …lSwapBuffers(eglSwapBuffers_t f) { eglSwapBuffers_t retval = eglSwapBuffers; eglSwapBuffers = f; r… in set_eglSwapBuffers()
596 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers() function605 return getDispatch()->eglSwapBuffers(dpy, surface); in eglSwapBuffers()