Home
last modified time | relevance | path

Searched defs:dri2_surface (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dnative_dri2.c69 struct dri2_surface { struct
70 struct native_surface base;
71 Drawable drawable;
72 enum pipe_format color_format;
73 struct dri2_display *dri2dpy;
97 static INLINE struct dri2_surface * argument
98 dri2_surface(const struct native_surface *nsurf) in dri2_surface() function