OSDN Git Service

libgui: Fix a couple of minor bugs, extract GLTest
authorDan Stoza <stoza@google.com>
Tue, 26 Nov 2013 23:10:10 +0000 (15:10 -0800)
committerDan Stoza <stoza@google.com>
Tue, 26 Nov 2013 23:48:53 +0000 (15:48 -0800)
commitf3730fb8f7da368740f9e5ed2603b405aeb4be72
tree9393b1c22bb961a41ccf3c101267f45b6e7fbbd8
parenta66162b9ebbeea1c10c9ee4921bec35936b6555a
libgui: Fix a couple of minor bugs, extract GLTest

Fix a couple of minor bugs in existing tests, and extract the GLTest class into
its own files.

Change-Id: I7d9570a0d3dbc9c5d7f9b13f2017607af42744b3
libs/gui/tests/Android.mk
libs/gui/tests/GLTest.cpp [new file with mode: 0644]
libs/gui/tests/GLTest.h [new file with mode: 0644]
libs/gui/tests/SurfaceTexture_test.cpp