Home | History | Annotate | Download | only in egl

Lines Matching defs:swapBuffers

178     virtual     EGLBoolean  swapBuffers() = 0;
236 virtual EGLBoolean swapBuffers();
312 EGLBoolean egl_window_surface_t::swapBuffers()
340 virtual EGLBoolean swapBuffers() { return EGL_TRUE; }
1107 d->swapBuffers();