replicant-frameworks_native/libs/gui/tests
Mathias Agopian a5c75c0162 SurfaceTexture can now force the client to request a buffer
SurfaceTexture now has the concept of default size a new method,
setDefaultBufferSize() to set it. When the default size is
changed, dequeueBuffer() will return a value telling the
client that it must ask for a new buffer.

The above only applies if the client has not
overriden the buffer size with setGeometry.

Change-Id: I520dc40363054b7e37fdb67d6a2e7bce70326e81
2011-04-01 14:43:35 -07:00
..
Android.mk merge libsurfaceflinger_client into libgui 2011-03-25 18:42:40 -07:00
Surface_test.cpp merge libsurfaceflinger_client into libgui 2011-03-25 18:42:40 -07:00
SurfaceTexture_test.cpp SurfaceTexture: fix transform matrix computation. 2011-03-14 11:30:16 -07:00
SurfaceTextureClient_test.cpp SurfaceTexture can now force the client to request a buffer 2011-04-01 14:43:35 -07:00