summaryrefslogtreecommitdiffstats
path: root/native/android/native_window.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add format parameter to setBufferGeometryMathias Agopian2010-10-251-2/+2
| | | | Change-Id: I7cc2acdc6e65e9468ecfd5b2f22e6b495a383be9
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-4/+54
| | | | | | | | | | | Also other cleanup and fixes: - We now properly set the default window format to 565. - New APIs to set the window format and flags from native code. - Tweaked glue for simpler handling of the "destroy" message. - Um, other stuff. Change-Id: Id7790a21a2fa9a19b91854d225324a7c1e7c6ade
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-0/+6
| | | | | | A little cleanup. Change-Id: I37ef0557abf330d91d6fe47e81d062206b3bc346
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-0/+41
Added implementation to use ANativeWindow and provide it to a NativeActivity. Change-Id: I890d71b6e15d4af71e6cf81b327961d7061ec1c2