Lines Matching defs:egl_surf
150 draw_both(EGLDisplay egl_dpy, EGLSurface egl_surf, EGLSurface egl_pbuf,
163 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) {
171 eglSwapBuffers(egl_dpy, egl_surf);
430 EGLDisplay egl_dpy, EGLSurface egl_surf, EGLSurface egl_pbuf,
493 draw_both(egl_dpy, egl_surf, egl_pbuf, egl_ctx);
513 EGLSurface egl_surf, egl_pbuf;
568 &win, &egl_ctx, &egl_surf);
577 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) {
597 event_loop(x_dpy, win, egl_dpy, egl_surf, egl_pbuf, egl_ctx);
600 eglDestroySurface(egl_dpy, egl_surf);