Home
last modified time | relevance | path

Searched refs:sur (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp90 (EGLSurface)displays[0]->sur); in hwc_set()
/hardware/libhardware/include/hardware/
Dhwcomposer.h388 hwc_surface_t sur; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c1473 hwc_surface_t sur = NULL; in omap4_hwc_set() local
1477 sur = list->sur; in omap4_hwc_set()
1493 if (dpy && sur) { in omap4_hwc_set()
1499 if (!eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur)) { in omap4_hwc_set()
/hardware/ti/omap4-aah/hwc/
Dhwc.c1976 hwc_surface_t sur = NULL; in omap4_hwc_set() local
1980 sur = list->sur; in omap4_hwc_set()
2001 if (dpy && sur) { in omap4_hwc_set()
2007 if (!eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur)) { in omap4_hwc_set()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c193 dc->sur = (void*) 0xdeadbeef; in hwc_post()