summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/graphics/CubeRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* Add ApiDemos for secure surfaces.Jeff Brown2012-10-241-1/+1
| | | | | | | | | Added three ApiDemos for secure surfaces. One for Activity, one for Dialog and one for SurfaceView. The mechanism is the same in each case but the API is a little different. Bug: 7368436 Change-Id: I78bc2a456b4c0f1a553120d72f433095ba7e038c
* Cleaned up Samples by removing unsed imports and variables.Christian Mehlmauer2010-06-121-1/+0
| | | | | | | Changed deprecated Config.LOGD to Config.DEBUG Removed unnecessary whitespaces Change-Id: I01414dd83eb6f9a41e56762dd7fc00e7f1115039
* Remove unused getConfigSpec methods from ApiDemos sample codeJack Palevich2009-08-211-23/+0
| | | | | | | | | | | | | | | At one time during the development of GLSurfaceView, the GLSurfaceView.Renderer interface had a getConfigSpec method that was used to select the frame buffer format. This method was removed from the Renderer interface before GLSurfaceView became a public API, but the sample code still defined these now-unused methods. To reduce the chance of confusing a developer who uses the sample code, this change removes the dead, no-longer-called getConfigSpec implementations from the three samples. See GLSurfaceView.setEGLConfigChooser for the replacement technique.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+132
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-132/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+6
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+129