Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Surface

30 #include <gui/Surface.h>
76 mNativeWindow = new Surface(producer, false);
93 * Create our display's surface
96 EGLSurface surface;
99 surface = eglCreateWindowSurface(display, config, window, NULL);
100 eglQuerySurface(display, surface, EGL_WIDTH, &mDisplayWidth);
101 eglQuerySurface(display, surface, EGL_HEIGHT, &mDisplayHeight);
104 mSurface = surface;
187 EGLSurface surface = mSurface;
193 eglSetSwapRectangleANDROID(dpy, surface,