Lines Matching defs:surf
70 _EGLSurface surf;
91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT,
97 (&surface->surf)->SwapInterval = 1;
111 return &surface->surf;
132 haiku_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf)
134 if (_eglPutSurface(surf)) {
136 free(surf);
287 struct haiku_egl_surface* surf = haiku_egl_surface(dsurf);
294 //cont->ctx.DrawSurface=&surf->surf;
295 surf->gl->LockGL();
302 haiku_swap_buffers(_EGLDisplay *disp, _EGLSurface *surf)
304 struct haiku_egl_surface* surface = haiku_egl_surface(surf);