OSDN Git Service

Revert "Move RSTest to compatibility library."
authorStephen Hines <srhines@google.com>
Sat, 19 Jan 2013 02:47:00 +0000 (18:47 -0800)
committerStephen Hines <srhines@google.com>
Sat, 19 Jan 2013 02:47:00 +0000 (18:47 -0800)
commit5cb9037818d744b321bf6631e8c4027e40f2f824
tree6f2bca6204f31bba7ca096ecd74f16ad45354711
parent7bf6a5c3c712b1785cb76d0fecd7b35ad25d4bb2
Revert "Move RSTest to compatibility library."

This reverts commit 36103c80b1d258157f0f4b531bc02f2fbb9e2d40.
72 files changed:
tests/RenderScriptTests/RSTest_CompatLib/Android.mk [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/AndroidManifest.xml [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/res/drawable-nodpi/test_pattern.png [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/RSTest.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/RSTestCore.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_alloc.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_array_alloc.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_array_init.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_atomic.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_bug_char.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_clamp.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_clamp_relaxed.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_constant.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_convert.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_convert_relaxed.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_copy_test.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_element.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_foreach.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_foreach_bounds.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_fp_mad.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_int4.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_kernel.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_kernel_struct.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_math.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_math_agree.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_math_conformance.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_min.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_noroot.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_primitives.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_refcount.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_rsdebug.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_rstime.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_rstypes.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_sampler.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_struct.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_unsigned.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UT_vector.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/UnitTest.java [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/alloc.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/array_alloc.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/array_init.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/atomic.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/bug_char.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/clamp.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/clamp_relaxed.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/constant.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/convert.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/convert_relaxed.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/copy_test.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/element.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/foreach.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/foreach_bounds.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/fp_mad.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/int4.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/kernel.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/kernel_struct.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/math.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/math_agree.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/math_conformance.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/min.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/noroot.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/primitives.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/refcount.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/rsdebug.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/rstime.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/rstypes.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/sampler.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/shared.rsh [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/struct.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/test_root.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/unsigned.rs [deleted file]
tests/RenderScriptTests/RSTest_CompatLib/src/com/android/rs/test/vector.rs [deleted file]