summaryrefslogtreecommitdiff
path: root/native/android/native_window.cpp
AgeCommit message (Expand)Author
2017-02-23fallout of libandroid.so splitMathias Agopian
2017-02-10separate the JNI part of the NDK into their own sourceMathias Agopian
2012-08-27Add plumbing for new surface flinger display API.Jeff Brown
2012-04-10ANativeWindow: support for application buffer dimensionsMichael I. Gold
2012-02-27fix libgui header locationMathias Agopian
2011-10-21Remove obsolete NativeWindow_fromSurfaceTextureGlenn Kasten
2011-08-11Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg
2011-07-19Add set_scaling_mode() to ANativeWindow.Mathias Agopian
2011-07-15move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian
2011-06-09Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo
2011-03-31ANativeWindow_setBuffersGeometry now returns proper error codesMathias Agopian
2011-03-15SurfaceTexture: disallow unsupported uses.Jamie Gennis
2011-03-04Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten
2010-10-25add format parameter to setBufferGeometryMathias Agopian
2010-07-09Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn
2010-07-01Get to the point of being able to do native drawing.Dianne Hackborn
2010-07-01Make real API for native code to get its window.Dianne Hackborn