Searched defs:android_surface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp67 struct android_surface { struct
100 static INLINE struct android_surface *
101 android_surface(const struct native_surface *nsurf) function
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(nsur
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp67 struct android_surface { struct
100 static INLINE struct android_surface *
101 android_surface(const struct native_surface *nsurf) function
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(nsur
[all...]

Completed in 442 milliseconds