Searched refs:egl_surf2 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | two_win.c | 230 EGLDisplay egl_dpy, EGLSurface egl_surf1, EGLSurface egl_surf2, 294 if (!eglMakeCurrent(egl_dpy, egl_surf2, egl_surf2, egl_ctx)) { 299 eglSwapBuffers(egl_dpy, egl_surf2); 319 EGLSurface egl_surf1, egl_surf2; local in function:main 392 &win2, NULL, &egl_surf2); 421 event_loop(x_dpy, win1, win2, egl_dpy, egl_surf1, egl_surf2, egl_ctx); 425 eglDestroySurface(egl_dpy, egl_surf2); 229 event_loop(Display * dpy,Window win1,Window win2,EGLDisplay egl_dpy,EGLSurface egl_surf1,EGLSurface egl_surf2,EGLContext egl_ctx) argument
|
Completed in 3 milliseconds