Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c475 struct wgl_egl_surface *wgl_surf = wgl_egl_surface(surf); in wgl_destroy_surface() local
481 stw_framebuffer_lock(wgl_surf->fb); in wgl_destroy_surface()
482 stw_framebuffer_release_locked(wgl_surf->fb, ctx ? ctx->st : NULL); in wgl_destroy_surface()
621 struct wgl_egl_surface *wgl_surf = calloc(1, sizeof(*wgl_surf)); in wgl_create_window_surface() local
622 if (!wgl_surf) in wgl_create_window_surface()
625 if (!_eglInitSurface(&wgl_surf->base, disp, EGL_WINDOW_BIT, conf, attrib_list, native_window)) { in wgl_create_window_surface()
626 free(wgl_surf); in wgl_create_window_surface()
632 wgl_surf->fb = stw_framebuffer_create(native_window, stw_conf->iPixelFormat, STW_FRAMEBUFFER_EGL_WINDOW); in wgl_create_window_surface()
633 if (!wgl_surf in wgl_create_window_surface()
646 struct wgl_egl_surface *wgl_surf = wgl_egl_surface(draw); wgl_swap_buffers() local
[all...]

Completed in 2 milliseconds