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

/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp89 (EGLSurface)displays[0]->sur);
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h103 * the OpenGL ES target surface is communicated by the (dpy, sur) fields
361 /* (dpy, sur) is the target of SurfaceFlinger's OpenGL ES
367 hwc_surface_t sur; member in struct:hwc_display_contents_1::__anon1270::__anon1271
/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)) {
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c193 dc->sur = (void*) 0xdeadbeef;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c1976 hwc_surface_t sur = NULL; local
1980 sur = list->sur;
2001 if (dpy && sur) {
2003 // however, if dpy and sur are null it means we're turning the
2007 if (!eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur)) {

Completed in 1376 milliseconds