Searched defs:dri2_surface (Results 1 – 1 of 1) sorted by relevance
69 struct dri2_surface { struct70 struct native_surface base;71 Drawable drawable;72 enum pipe_format color_format;73 struct dri2_display *dri2dpy;97 static INLINE struct dri2_surface * argument98 dri2_surface(const struct native_surface *nsurf) in dri2_surface() function