Searched defs:sur (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h103 * the OpenGL ES target surface is communicated by the (dpy, sur) fields
309 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES
315 hwc_surface_t sur; member in struct:hwc_display_contents_1::__anon313::__anon314
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1473 hwc_surface_t sur = NULL; local
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)) {

Completed in 106 milliseconds