Searched defs:stw_st_framebuffer (Results 1 – 2 of 2) sorted by relevance
40 struct stw_st_framebuffer { struct41 struct st_framebuffer_iface base;43 struct stw_framebuffer *fb;44 struct st_visual stvis;46 struct pipe_resource *textures[ST_ATTACHMENT_COUNT];47 struct pipe_resource *msaa_textures[ST_ATTACHMENT_COUNT];48 struct pipe_resource *back_texture;49 bool needs_fake_front;50 unsigned texture_width, texture_height;51 unsigned texture_mask;
226 stw_st_framebuffer(struct st_framebuffer_iface *stfb) in stw_st_framebuffer() function