Home | History | Annotate | Download | only in hwc

Lines Matching defs:sur

1473     hwc_surface_t sur = NULL;
1477 sur = list->sur;
1493 if (dpy && sur) {
1495 // however, if dpy and sur are null it means we're turning the
1499 if (!eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur)) {