Lines Matching defs:surface
239 EGLSurface surface = EGL_NO_SURFACE;
246 surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribList);
254 return WindowSurfacePair(nativeWindow, surface);
262 EGLSurface surface = EGL_NO_SURFACE;
269 surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribList);
277 return PixmapSurfacePair(nativePixmap, surface);
284 EGLSurface surface;
292 surface = egl.createPbufferSurface(display, eglConfig, &(attribList[0]));
295 return surface;
348 throw tcu::NotSupportedError("Selected EGL config doesn't support any surface types", DE_NULL, __FILE__, __LINE__);
384 throw tcu::InternalError("Invalid surface type");