HomeSort by relevance Sort by last modified time
    Searched full:shared_surface (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 97 if (fb->shared_surface)
99 fb->shared_surface);
505 if (fb->shared_surface) {
506 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface);
507 fb->shared_surface = NULL;
514 fb->shared_surface =
521 if (fb->shared_surface) {
524 fb->shared_surface,
stw_framebuffer.h 109 struct stw_shared_surface *shared_surface; member in struct:stw_framebuffer

Completed in 312 milliseconds