Searched refs:stread (Results 1 – 2 of 2) sorted by relevance
56 struct st_framebuffer *stread; in st_viewport() local69 stread = st_ws_framebuffer(st->ctx->ReadBuffer); in st_viewport()73 if (stread && stread != stdraw && stread->iface) in st_viewport()74 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1; in st_viewport()
150 struct st_framebuffer *stread) in st_context_validate() argument160 if (stread && stread->stamp != st->read_stamp) { in st_context_validate()161 if (stread != stdraw) { in st_context_validate()163 _mesa_resize_framebuffer(st->ctx, &stread->Base, in st_context_validate()164 stread->Base.Width, in st_context_validate()165 stread->Base.Height); in st_context_validate()167 st->read_stamp = stread->stamp; in st_context_validate()712 struct st_framebuffer *stdraw, *stread; in st_api_make_current() local723 stread = st_framebuffer_reuse_or_create(st->ctx->WinSysReadBuffer, in st_api_make_current()727 stread = NULL; in st_api_make_current()[all …]