replicant-frameworks_native/include/gui
Jamie Gennis 61e04b92bd SurfaceTexture: use eglWaitSync
This change adds a compile-option to use eglWaitSyncANDROID to ensure that
texturing operations that access the current buffer of a SurfaceTexture do not
occur until the buffer is completely written.  It also moves this
synchronization into a new SurfaceTexture method called doGLFenceWait and
changes SurfaceFlinger's Layer class to use that method rather than performing
its own wait on the fence.

Change-Id: I70afa88086ca7ff49a80e3cd03d423767db7cb88
2012-09-10 13:27:23 -07:00
..
BitTube.h
BufferItemConsumer.h Add BufferItemConsumer, a simple BufferQueue consumer. 2012-08-21 15:46:35 -07:00
BufferQueue.h BufferQueue: add a setMaxAcquiredBufferCount check 2012-09-04 14:54:34 -07:00
ConsumerBase.h libgui: move fence handling into ConsumerBase 2012-09-06 17:54:53 -07:00
CpuConsumer.h Add BufferItemConsumer, a simple BufferQueue consumer. 2012-08-21 15:46:35 -07:00
DisplayEventReceiver.h
DummyConsumer.h
IDisplayEventConnection.h
IGraphicBufferAlloc.h
ISensorEventConnection.h
ISensorServer.h
ISurface.h
ISurfaceComposer.h Banish DisplayID from the SurfaceFlinger API. 2012-08-27 14:40:17 -07:00
ISurfaceComposerClient.h Eradicate DisplayID. 2012-08-27 17:43:43 -07:00
ISurfaceTexture.h libgui: add BufferQueue test infrastructure 2012-08-31 17:02:49 -07:00
Sensor.h
SensorEventQueue.h
SensorManager.h
Surface.h Remove unused "layer" argument from show(). 2012-08-27 14:40:17 -07:00
SurfaceComposerClient.h display projection API now has a single function instead of 3 2012-09-04 19:30:46 -07:00
SurfaceTexture.h SurfaceTexture: use eglWaitSync 2012-09-10 13:27:23 -07:00
SurfaceTextureClient.h