OSDN Git Service

Remove unsupported RS graphics API tests.
authorStephen Hines <srhines@google.com>
Thu, 5 Nov 2015 18:31:10 +0000 (10:31 -0800)
committerStephen Hines <srhines@google.com>
Thu, 5 Nov 2015 18:31:10 +0000 (10:31 -0800)
commiteebe899f5dbb0f31078795a97ff60f17b1c8f7ac
tree79b0fcfec4f6bf74a09126f023f90202c0f5374e
parent82eeb2f20c934ddc97380032b3c8ecacc21d9a04
Remove unsupported RS graphics API tests.

Bug: 25497185

These tests all use deprecated graphics APIs along with unsupported
pragmas. Removing them first will make our pragma cleanup simpler.

Change-Id: Icd0f2690d79dd8deb709724b47607483d6e3dea2
24 files changed:
tests/RenderScriptTests/Fountain/Android.mk [deleted file]
tests/RenderScriptTests/Fountain/AndroidManifest.xml [deleted file]
tests/RenderScriptTests/Fountain/_index.html [deleted file]
tests/RenderScriptTests/Fountain/res/drawable/test_pattern.png [deleted file]
tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/Fountain.java [deleted file]
tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/FountainRS.java [deleted file]
tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/FountainView.java [deleted file]
tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/fountain.rs [deleted file]
tests/RenderScriptTests/FountainFbo/Android.mk [deleted file]
tests/RenderScriptTests/FountainFbo/AndroidManifest.xml [deleted file]
tests/RenderScriptTests/FountainFbo/_index.html [deleted file]
tests/RenderScriptTests/FountainFbo/res/drawable/test_pattern.png [deleted file]
tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/FountainFbo.java [deleted file]
tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/FountainFboRS.java [deleted file]
tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/FountainFboView.java [deleted file]
tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/fountainfbo.rs [deleted file]
tests/RenderScriptTests/Fountain_v11/Android.mk [deleted file]
tests/RenderScriptTests/Fountain_v11/AndroidManifest.xml [deleted file]
tests/RenderScriptTests/Fountain_v11/_index.html [deleted file]
tests/RenderScriptTests/Fountain_v11/res/drawable/test_pattern.png [deleted file]
tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/FountainRS.java [deleted file]
tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/FountainView.java [deleted file]
tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/Fountain_v11.java [deleted file]
tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/fountain.rs [deleted file]