Searched defs:android_surface (Results 1 – 2 of 2) sorted by relevance
67 struct android_surface { struct68 struct native_surface base;70 struct android_display *adpy;71 ANativeWindow *win;74 struct pipe_resource *color_res;76 uint stamp;100 static INLINE struct android_surface * argument101 android_surface(const struct native_surface *nsurf) in android_surface() function