Searched refs:st_ws_framebuffer (Results 1 – 4 of 4) sorted by relevance
54 stdraw = st_ws_framebuffer(st->ctx->DrawBuffer); in st_viewport()55 stread = st_ws_framebuffer(st->ctx->ReadBuffer); in st_viewport()
95 st_ws_framebuffer(struct gl_framebuffer *fb) in st_ws_framebuffer() function
1133 struct st_framebuffer *stfb = st_ws_framebuffer(st->ctx->DrawBuffer); in st_manager_flush_frontbuffer()1170 struct st_framebuffer *stdraw = st_ws_framebuffer(st->ctx->DrawBuffer); in st_manager_validate_framebuffers()1171 struct st_framebuffer *stread = st_ws_framebuffer(st->ctx->ReadBuffer); in st_manager_validate_framebuffers()1195 stfb = st_ws_framebuffer(ctx->DrawBuffer); in st_manager_flush_swapbuffers()1212 struct st_framebuffer *stfb = st_ws_framebuffer(fb); in st_manager_add_color_renderbuffer()
59 - st/mesa: move duplicated st_ws_framebuffer() function into header