Home | History | Annotate | Download | only in android

Lines Matching refs:android_surface

67 struct android_surface {
100 static INLINE struct android_surface *
101 android_surface(const struct native_surface *nsurf)
103 return (struct android_surface *) nsurf;
231 struct android_surface *asurf = android_surface(nsurf);
246 struct android_surface *asurf = android_surface(nsurf);
323 struct android_surface *asurf = android_surface(nsurf);
349 struct android_surface *asurf = android_surface(nsurf);
364 struct android_surface *asurf = android_surface(nsurf);
397 struct android_surface *asurf = android_surface(nsurf);
443 struct android_surface *asurf = android_surface(nsurf);
487 struct android_surface *asurf = android_surface(nsurf);
509 struct android_surface *asurf;
532 asurf = CALLOC_STRUCT(android_surface);