Lines Matching full:ds
32 surface_gl_destroy_texture(vc->gfx.gls, vc->gfx.ds); in gtk_gl_area_set_scanout_mode()
33 surface_gl_create_texture(vc->gfx.gls, vc->gfx.ds); in gtk_gl_area_set_scanout_mode()
57 fbw = surface_width(vc->gfx.ds); in gd_gl_area_draw()
58 fbh = surface_height(vc->gfx.ds); in gd_gl_area_draw()
138 if (!vc->gfx.ds) { in gd_gl_area_draw()
143 surface_gl_setup_viewport(vc->gfx.gls, vc->gfx.ds, pw, ph); in gd_gl_area_draw()
144 surface_gl_render_texture(vc->gfx.gls, vc->gfx.ds); in gd_gl_area_draw()
153 if (!vc->gfx.gls || !vc->gfx.ds) { in gd_gl_area_update()
158 surface_gl_update_texture(vc->gfx.gls, vc->gfx.ds, x, y, w, h); in gd_gl_area_update()
181 if (vc->gfx.ds) { in gd_gl_area_refresh()
182 surface_gl_create_texture(vc->gfx.gls, vc->gfx.ds); in gd_gl_area_refresh()
203 if (vc->gfx.ds && in gd_gl_area_switch()
204 surface_width(vc->gfx.ds) == surface_width(surface) && in gd_gl_area_switch()
205 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_gl_area_switch()
211 surface_gl_destroy_texture(vc->gfx.gls, vc->gfx.ds); in gd_gl_area_switch()
214 vc->gfx.ds = surface; in gd_gl_area_switch()