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.c98 if (fb->shared_surface) in stw_framebuffer_release_locked()
100 fb->shared_surface); in stw_framebuffer_release_locked()
506 if (fb->shared_surface) { in DrvPresentBuffers()
507 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface); in DrvPresentBuffers()
508 fb->shared_surface = NULL; in DrvPresentBuffers()
515 fb->shared_surface = in DrvPresentBuffers()
522 if (fb->shared_surface) { in DrvPresentBuffers()
525 fb->shared_surface, in DrvPresentBuffers()
Dstw_framebuffer.h109 struct stw_shared_surface *shared_surface; member