Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_framebuffer.c97 if (fb->shared_surface) in stw_framebuffer_release_locked()
99 fb->shared_surface); in stw_framebuffer_release_locked()
505 if (fb->shared_surface) { in DrvPresentBuffers()
506 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface); in DrvPresentBuffers()
507 fb->shared_surface = NULL; in DrvPresentBuffers()
514 fb->shared_surface = in DrvPresentBuffers()
521 if (fb->shared_surface) { in DrvPresentBuffers()
524 fb->shared_surface, in DrvPresentBuffers()
Dstw_framebuffer.h109 struct stw_shared_surface *shared_surface; member