Home
last modified time | relevance | path

Searched refs:shared_surface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c99 if (fb->shared_surface) in stw_framebuffer_release_locked()
101 fb->shared_surface); in stw_framebuffer_release_locked()
507 if (fb->shared_surface) { in DrvPresentBuffers()
508 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface); in DrvPresentBuffers()
509 fb->shared_surface = NULL; in DrvPresentBuffers()
516 fb->shared_surface = in DrvPresentBuffers()
523 if (fb->shared_surface) { in DrvPresentBuffers()
526 fb->shared_surface, in DrvPresentBuffers()
Dstw_framebuffer.h109 struct stw_shared_surface *shared_surface; member