Lines Matching full:ds
39 surface_gl_destroy_texture(vc->gfx.gls, vc->gfx.ds); in gtk_egl_set_scanout_mode()
40 surface_gl_create_texture(vc->gfx.gls, vc->gfx.ds); in gtk_egl_set_scanout_mode()
99 surface_width(vc->gfx.ds), in gd_egl_draw()
100 surface_height(vc->gfx.ds)); in gd_egl_draw()
115 if (!vc->gfx.ds) { in gd_egl_draw()
121 surface_gl_setup_viewport(vc->gfx.gls, vc->gfx.ds, pw, ph); in gd_egl_draw()
122 surface_gl_render_texture(vc->gfx.gls, vc->gfx.ds); in gd_egl_draw()
127 surface_width(vc->gfx.ds), in gd_egl_draw()
128 surface_height(vc->gfx.ds)); in gd_egl_draw()
139 if (!vc->gfx.gls || !vc->gfx.ds) { in gd_egl_update()
145 surface_gl_update_texture(vc->gfx.gls, vc->gfx.ds, x, y, w, h); in gd_egl_update()
170 if (vc->gfx.ds) { in gd_egl_refresh()
171 surface_gl_destroy_texture(vc->gfx.gls, vc->gfx.ds); in gd_egl_refresh()
172 surface_gl_create_texture(vc->gfx.gls, vc->gfx.ds); in gd_egl_refresh()
199 if (vc->gfx.ds && in gd_egl_switch()
200 surface_width(vc->gfx.ds) == surface_width(surface) && in gd_egl_switch()
201 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_egl_switch()
207 surface_gl_destroy_texture(vc->gfx.gls, vc->gfx.ds); in gd_egl_switch()
208 vc->gfx.ds = surface; in gd_egl_switch()
210 surface_gl_create_texture(vc->gfx.gls, vc->gfx.ds); in gd_egl_switch()
363 fbw = surface_width(vc->gfx.ds); in gd_egl_scanout_flush()
364 fbh = surface_height(vc->gfx.ds); in gd_egl_scanout_flush()