replicant-frameworks_native/libs/gui/tests
Jamie Gennis 6f4cdfe0db SurfaceTexture: clean up some tests
This change cleans a few things up in the SurfaceTexture tests:
- Wraps a few long lines.
- Refactors the multithreading portions of SurfaceTextureGLToGLTest into
  a new test fixture called SurfaceTextureGLThreadToGLTest.
- Changes some of the tests that were creating their own EGLSurface to
  use the SurfaceTextureGLToGLTest fixture.
- Reorders the test functions so that they are immediately below to the
  test fixture that they use.

Change-Id: I0491ce3528a7ff2b4f1e83602ba290269c087297
2011-11-21 11:52:02 -08:00
..
Android.mk
Surface_test.cpp Surface: fix a protected buffer test 2011-10-12 18:42:33 -07:00
SurfaceTexture_test.cpp SurfaceTexture: clean up some tests 2011-11-21 11:52:02 -08:00
SurfaceTextureClient_test.cpp