summaryrefslogtreecommitdiffstats
path: root/native/android/native_window.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+1
* ANativeWindow: support for application buffer dimensionsMichael I. Gold2012-04-101-6/+9
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Remove obsolete NativeWindow_fromSurfaceTextureGlenn Kasten2011-10-211-8/+0
* Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-9/+1
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-1/+9
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-32/+2
* Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-091-1/+9
* ANativeWindow_setBuffersGeometry now returns proper error codesMathias Agopian2011-03-311-2/+1
* SurfaceTexture: disallow unsupported uses.Jamie Gennis2011-03-151-0/+6
* Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten2011-03-041-0/+9
* add format parameter to setBufferGeometryMathias Agopian2010-10-251-2/+2
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-4/+54
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-0/+6
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-0/+41