Searched defs:stw_st_framebuffer (Results 1 – 2 of 2) sorted by relevance
38 struct stw_st_framebuffer { struct39 struct st_framebuffer_iface base;41 struct stw_framebuffer *fb;42 struct st_visual stvis;44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT];45 struct pipe_resource *msaa_textures[ST_ATTACHMENT_COUNT];46 unsigned texture_width, texture_height;47 unsigned texture_mask;
214 stw_st_framebuffer(struct st_framebuffer_iface *stfb) in stw_st_framebuffer() function