Searched defs:dri2_egl_surface (Results 1 – 1 of 1) sorted by relevance
321 struct dri2_egl_surface { struct322 _EGLSurface base;323 __DRIdrawable *dri_drawable;324 __DRIbuffer buffers[5];325 bool have_fake_front;328 xcb_drawable_t drawable;329 xcb_xfixes_region_t region;330 int depth;331 int bytes_per_pixel;332 xcb_gcontext_t gc;[all …]