History log of /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/FindRegion.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc016f378284beae5498dcfab632db1762ffe1b5 09-May-2017 I-Jui (Ray) Sung <ijsung@google.com> Fix inconsistent allocation accessors in HealingBrush

Part of HealingBrush script code had mixed uses of int2- and uint2-typed
accessors on allocations created with U32_2, which was caught by Debug
context and caused crash. This CL fixes the inconsistent types between
allocation creation and the accessors by using the signed ones across
the board.

Bug: http://b/37683287
Test: HealingBrush under normal and debug contexts on Angler
Change-Id: I7fb86b037fe33c1a2a1a439a33e2ea2c646d5e44
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/FindRegion.java
89e35a551ee4b0bfcb3ede10da3b027dba1da7ef 13-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Move the java test directory under rs/test

Bug: 34265954
Test: Compile all the tests
Test: Run imageprocessing_jb
Test: Run update_rs_prebuilts.sh

Change-Id: Ia7f20f1f8a2450f538950950bff51472d643ca1a
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/FindRegion.java