Home | History | Annotate | Download | only in finish

Lines Matching defs:surface

45      EGLSurface surface;
61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
63 eglMakeCurrent(dpy, surface, surface, context);
64 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
65 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
113 eglSwapBuffers(dpy, surface);
127 eglSwapBuffers(dpy, surface);
142 eglSwapBuffers(dpy, surface);
157 eglSwapBuffers(dpy, surface);
174 eglSwapBuffers(dpy, surface);
192 eglSwapBuffers(dpy, surface);
206 eglSwapBuffers(dpy, surface);
222 eglSwapBuffers(dpy, surface);