Lines Matching refs:Surface
42 #include <gui/Surface.h>
94 // calling requestExit() is not enough here because the Surface code
227 // create the native surface
235 sp<Surface> s = control->getSurface();
248 EGLSurface surface;
255 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
257 eglQuerySurface(display, surface, EGL_WIDTH, &w);
258 eglQuerySurface(display, surface, EGL_HEIGHT, &h);
260 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
265 mSurface = surface;
384 // Allow surface flinger to gracefully request shutdown