• Home
  • History
  • Annotate
  • only in /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/
History log of /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f01fc2513894f9515a4ba5f9d70ca8c011a22ca6 05-Nov-2015 Stephen Hines <srhines@google.com> Remove unused tests and unsupported pragmas (pragma cleanup).

Bug: 25497185

Change-Id: I073713f131bbecf1562bdcd7d9ddf417b300b029
s/test/test_root.rs
648a1c137663ef7207684d0d7009dd5518942111 25-Jul-2015 Stephen Hines <srhines@google.com> Prepare for arm64 prebuilts of RS support library.

Bug: 22693954

This change fixes update_rs_prebuilts.sh to build for arm64 as well. It
also makes some changes to RSTest_CompatLib for working on arm64 (i.e.
removed APIs, etc.). The old version of RSTest_CompatLib is retained as
RSTest_CompatLibLegacy, but it is disabled from building due to errors
with mma and FORCE_BUILD_RS_COMPAT. We also now need to ensure we
properly build all the required libraries (both .so and .a files).

Change-Id: If89b8a542eb0d61db0ba186d4e3221bcc6e5664b
s/test/RSTest.java
s/test/RSTestCore.java
s/test/UT_alloc.java
s/test/UT_alloc_copy.java
s/test/UT_alloc_copyPadded.java
s/test/UT_apitest.java
s/test/UT_array_alloc.java
s/test/UT_array_init.java
s/test/UT_atomic.java
s/test/UT_bug_char.java
s/test/UT_clamp.java
s/test/UT_clamp_relaxed.java
s/test/UT_constant.java
s/test/UT_convert.java
s/test/UT_convert_relaxed.java
s/test/UT_copy_test.java
s/test/UT_element.java
s/test/UT_foreach.java
s/test/UT_foreach_bounds.java
s/test/UT_fp_mad.java
s/test/UT_instance.java
s/test/UT_int4.java
s/test/UT_kernel.java
s/test/UT_kernel_struct.java
s/test/UT_math.java
s/test/UT_math_agree.java
s/test/UT_math_conformance.java
s/test/UT_min.java
s/test/UT_noroot.java
s/test/UT_primitives.java
s/test/UT_refcount.java
s/test/UT_rsdebug.java
s/test/UT_rstime.java
s/test/UT_rstypes.java
s/test/UT_sampler.java
s/test/UT_struct.java
s/test/UT_unsigned.java
s/test/UT_vector.java
s/test/UnitTest.java
s/test/alloc.rs
s/test/apitest.rs
s/test/array_alloc.rs
s/test/array_init.rs
s/test/atomic.rs
s/test/bug_char.rs
s/test/clamp.rs
s/test/clamp_relaxed.rs
s/test/constant.rs
s/test/convert.rs
s/test/convert_relaxed.rs
s/test/copy_test.rs
s/test/element.rs
s/test/foreach.rs
s/test/foreach_bounds.rs
s/test/fp_mad.rs
s/test/instance.rs
s/test/int4.rs
s/test/kernel.rs
s/test/kernel_struct.rs
s/test/math.rs
s/test/math_agree.rs
s/test/math_conformance.rs
s/test/min.rs
s/test/noroot.rs
s/test/primitives.rs
s/test/refcount.rs
s/test/rsdebug.rs
s/test/rslist.rs
s/test/rstime.rs
s/test/rstypes.rs
s/test/sampler.rs
s/test/shared.rsh
s/test/struct.rs
s/test/test_root.rs
s/test/unsigned.rs
s/test/vector.rs