summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/GLExtensions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-0/+4
| | | | | | | | | | | screenshots are taken using ISurfaceComposer::captureScreen() which returns the size of the screenshot and an IMemoryHeap containing the data. screenshots have limitations: - they will always fail if a secure window is up on screen - require GL_OES_framebuffer_object extension - in some situation, video planes won't been captured Change-Id: I741c68a2d2984fb139039301c3349e6780e2cd58
* surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-151-1/+1
| | | | | | | Add correct enumerants for OES_EGL_image_external to glext.h. SurfaceFlinger now checks for the correct extension name. Change-Id: I2ba2728a01fa2260bd086d2df4316c68f694a9b1
* move native services under services/Mathias Agopian2010-07-141-0/+133
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8